Html Css Color HEX #371618 Rustic Red

📋 copy color: '#371618'

red 55 ◦ green 22 ◦ blue 24

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

Shades of Rustic Red #371618

Tints of Rustic Red #371618

RGB

 RED value IS 55 (21.88% from 255) = 54.46%

 GREEN value IS 22 (8.98% from 255) = 21.78%

 BLUE value IS 24 (9.77% from 255) = 23.76%

R = 54.46%
G = 21.78%
B = 23.76%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.56

 K value IS 0.78

RGB Variations

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

Color information

#371618 (or 0x371618) is known color: Rustic Red. HEX triplet: 37, 16 and 18. RGB value is (55,22,24). Sum of RGB (Red+Green+Blue) = 55+22+24=101 (13% of max value = 765). Red value is 55 (21.88% from 255 or 54.46% from 101); Green value is 22 (8.98% from 255 or 21.78% from 101); Blue value is 24 (9.77% from 255 or 23.76% from 101); Max value from RGB is 55 - color contains mainly: red. Hex color #371618 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #371618 is #C8E9E7. Grayscale: #202020. Windows color (decimal): -13167080 or 1578551. OLE color: 1578551.

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

Color convert

RGB 55 22 24 -
CMYK 0 0.6 0.56 0.78
HSL 356.36º 0.43% 0.15% -
HSV(B) 356.36º 0.6% 0.22% -
XYZ 2.03 1.45 1.04 -
YUV 32.1 123.43 144.34 -
System Red Green Blue C M Y K H S L
Decimal 55 22 24 0 0.6 0.56 0.78 356.36 0.43 0.15
Hex 37 16 18 0 3C 38 4E 164 2B F
Octal 67 26 30 0 74 70 116 544 53 17
Binary 110111 10110 11000 0 111100 111000 1001110 101100100 101011 1111

Color Harmonies of #371618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371618

Black with #371618

Text Example


Text Example

White with #371618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371618; }

 p { color: rgb(55,22,24); }

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

background-color css

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

 a { background-color: rgb(55,22,24); }

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

border-color css

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

 span { border-color: rgb(55,22,24); }

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