Html Css Color HEX #370F18 Rustic Red

📋 copy color: '#370F18'

red 55 ◦ green 15 ◦ blue 24

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

Shades of Rustic Red #370F18

Tints of Rustic Red #370F18

RGB

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

 GREEN value IS 15 (6.25% from 255) = 15.96%

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

R = 58.51%
G = 15.96%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.56

 K value IS 0.78

RGB Variations

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

Color information

#370F18 (or 0x370F18) is known color: Rustic Red. HEX triplet: 37, 0F and 18. RGB value is (55,15,24). Sum of RGB (Red+Green+Blue) = 55+15+24=94 (12% of max value = 765). Red value is 55 (21.88% from 255 or 58.51% from 94); Green value is 15 (6.25% from 255 or 15.96% from 94); Blue value is 24 (9.77% from 255 or 25.53% from 94); Max value from RGB is 55 - color contains mainly: red. Hex color #370F18 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370F18 is #C8F0E7. Grayscale: #1B1B1B. Windows color (decimal): -13168872 or 1576759. OLE color: 1576759.

HSL color Cylindrical-coordinate representation of color #370F18: hue angle of 346.5º degrees, saturation: 0.57, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #370F18 is Cyan = 0, Magento = 0.73, Yellow = 0.56 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 15 24 -
CMYK 0 0.73 0.56 0.78
HSL 346.5º 0.57% 0.14% -
HSV(B) 346.5º 0.73% 0.22% -
XYZ 1.91 1.22 1 -
YUV 27.99 125.75 147.27 -
System Red Green Blue C M Y K H S L
Decimal 55 15 24 0 0.73 0.56 0.78 346.5 0.57 0.14
Hex 37 F 18 0 49 38 4E 15A 39 E
Octal 67 17 30 0 111 70 116 532 71 16
Binary 110111 1111 11000 0 1001001 111000 1001110 101011010 111001 1110

Color Harmonies of #370F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370F18

Black with #370F18

Text Example


Text Example

White with #370F18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370F18; }

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

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

background-color css

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

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

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

border-color css

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

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

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