Html Css Color HEX #381216 Rustic Red

📋 copy color: '#381216'

red 56 ◦ green 18 ◦ blue 22

#381216
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rustic Red #381216

Tints of Rustic Red #381216

RGB

 RED value IS 56 (22.27% from 255) = 58.33%

 GREEN value IS 18 (7.42% from 255) = 18.75%

 BLUE value IS 22 (8.98% from 255) = 22.92%

R = 58.33%
G = 18.75%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.61

 K value IS 0.78

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#381216 (or 0x381216) is known color: Rustic Red. HEX triplet: 38, 12 and 16. RGB value is (56,18,22). Sum of RGB (Red+Green+Blue) = 56+18+22=96 (12% of max value = 765). Red value is 56 (22.27% from 255 or 58.33% from 96); Green value is 18 (7.42% from 255 or 18.75% from 96); Blue value is 22 (8.98% from 255 or 22.92% from 96); Max value from RGB is 56 - color contains mainly: red. Hex color #381216 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381216 is #C7EDE9. Grayscale: #1D1D1D. Windows color (decimal): -13102570 or 1446456. OLE color: 1446456.

HSL color Cylindrical-coordinate representation of color #381216: hue angle of 353.68º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #381216 is Cyan = 0, Magento = 0.68, Yellow = 0.61 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 18 22 -
CMYK 0 0.68 0.61 0.78
HSL 353.68º 0.51% 0.15% -
HSV(B) 353.68º 0.68% 0.22% -
XYZ 1.99 1.33 0.91 -
YUV 29.82 123.59 146.67 -
System Red Green Blue C M Y K H S L
Decimal 56 18 22 0 0.68 0.61 0.78 353.68 0.51 0.15
Hex 38 12 16 0 44 3D 4E 162 33 F
Octal 70 22 26 0 104 75 116 542 63 17
Binary 111000 10010 10110 0 1000100 111101 1001110 101100010 110011 1111

Color Harmonies of #381216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381216

Black with #381216

Text Example


Text Example

White with #381216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381216; }

 p { color: rgb(56,18,22); }

 H1.HeaderClassName
 {
   color: #381216;
 }
 .AnyTagClassName
 {
   color: #381216;
 }
</style>

background-color css

<style>
 a { background-color: #381216; }

 a { background-color: rgb(56,18,22); }

 div.DivClassName
 {
   background-color: #381216;
 }
 .BgClassName
 {
   background-color: #381216;
 }
</style>

border-color css

<style>
 span { border-color: #381216; }

 span { border-color: rgb(56,18,22); }

 td.TdClassName
 {
   border-color: #381216;
 }
 .TagClassName
 {
   border-color: #381216;
 }
</style>