Html Css Color HEX #371718 Rustic Red

📋 copy color: '#371718'

red 55 ◦ green 23 ◦ blue 24

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

Shades of Rustic Red #371718

Tints of Rustic Red #371718

RGB

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

 GREEN value IS 23 (9.38% from 255) = 22.55%

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

R = 53.92%
G = 22.55%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.56

 K value IS 0.78

RGB Variations

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

Color information

#371718 (or 0x371718) is known color: Rustic Red. HEX triplet: 37, 17 and 18. RGB value is (55,23,24). Sum of RGB (Red+Green+Blue) = 55+23+24=102 (13% of max value = 765). Red value is 55 (21.88% from 255 or 53.92% from 102); Green value is 23 (9.38% from 255 or 22.55% from 102); Blue value is 24 (9.77% from 255 or 23.53% from 102); Max value from RGB is 55 - color contains mainly: red. Hex color #371718 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #371718 is #C8E8E7. Grayscale: #202020. Windows color (decimal): -13166824 or 1578807. OLE color: 1578807.

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

Color convert

RGB 55 23 24 -
CMYK 0 0.58 0.56 0.78
HSL 358.13º 0.41% 0.15% -
HSV(B) 358.13º 0.58% 0.22% -
XYZ 2.05 1.49 1.04 -
YUV 32.68 123.1 143.92 -
System Red Green Blue C M Y K H S L
Decimal 55 23 24 0 0.58 0.56 0.78 358.13 0.41 0.15
Hex 37 17 18 0 3A 38 4E 166 29 F
Octal 67 27 30 0 72 70 116 546 51 17
Binary 110111 10111 11000 0 111010 111000 1001110 101100110 101001 1111

Color Harmonies of #371718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371718

Black with #371718

Text Example


Text Example

White with #371718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371718; }

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

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

background-color css

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

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

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

border-color css

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

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

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