Html Css Color HEX #370B19 Rustic Red

📋 copy color: '#370B19'

red 55 ◦ green 11 ◦ blue 25

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

Shades of Rustic Red #370B19

Tints of Rustic Red #370B19

RGB

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

 GREEN value IS 11 (4.69% from 255) = 12.09%

 BLUE value IS 25 (10.16% from 255) = 27.47%

R = 60.44%
G = 12.09%
B = 27.47%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.55

 K value IS 0.78

RGB Variations

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

Color information

#370B19 (or 0x370B19) is known color: Rustic Red. HEX triplet: 37, 0B and 19. RGB value is (55,11,25). Sum of RGB (Red+Green+Blue) = 55+11+25=91 (12% of max value = 765). Red value is 55 (21.88% from 255 or 60.44% from 91); Green value is 11 (4.69% from 255 or 12.09% from 91); Blue value is 25 (10.16% from 255 or 27.47% from 91); Max value from RGB is 55 - color contains mainly: red. Hex color #370B19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370B19 is #C8F4E6. Grayscale: #191919. Windows color (decimal): -13169895 or 1641271. OLE color: 1641271.

HSL color Cylindrical-coordinate representation of color #370B19: hue angle of 340.91º degrees, saturation: 0.67, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #370B19 is Cyan = 0, Magento = 0.8, Yellow = 0.55 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 11 25 -
CMYK 0 0.8 0.55 0.78
HSL 340.91º 0.67% 0.13% -
HSV(B) 340.91º 0.8% 0.22% -
XYZ 1.87 1.12 1.04 -
YUV 25.75 127.58 148.86 -
System Red Green Blue C M Y K H S L
Decimal 55 11 25 0 0.8 0.55 0.78 340.91 0.67 0.13
Hex 37 B 19 0 50 37 4E 155 43 D
Octal 67 13 31 0 120 67 116 525 103 15
Binary 110111 1011 11001 0 1010000 110111 1001110 101010101 1000011 1101

Color Harmonies of #370B19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370B19

Black with #370B19

Text Example


Text Example

White with #370B19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,11,25); }

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

background-color css

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

 a { background-color: rgb(55,11,25); }

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

border-color css

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

 span { border-color: rgb(55,11,25); }

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