Html Css Color HEX #37010B Rustic Red

📋 copy color: '#37010B'

red 55 ◦ green 1 ◦ blue 11

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

Shades of Rustic Red #37010B

Tints of Rustic Red #37010B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.49%

 BLUE value IS 11 (4.69% from 255) = 16.42%

R = 82.09%
G = 1.49%
B = 16.42%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.8

 K value IS 0.78

RGB Variations

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

Color information

#37010B (or 0x37010B) is known color: Rustic Red. HEX triplet: 37, 01 and 0B. RGB value is (55,1,11). Sum of RGB (Red+Green+Blue) = 55+1+11=67 (8% of max value = 765). Red value is 55 (21.88% from 255 or 82.09% from 67); Green value is 1 (0.78% from 255 or 1.49% from 67); Blue value is 11 (4.69% from 255 or 16.42% from 67); Max value from RGB is 55 - color contains mainly: red. Hex color #37010B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #37010B is #C8FEF4. Grayscale: #121212. Windows color (decimal): -13172469 or 721207. OLE color: 721207.

HSL color Cylindrical-coordinate representation of color #37010B: hue angle of 348.89º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #37010B is Cyan = 0, Magento = 0.98, Yellow = 0.8 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 1 11 -
CMYK 0 0.98 0.8 0.78
HSL 348.89º 0.96% 0.11% -
HSV(B) 348.89º 0.98% 0.22% -
XYZ 1.65 0.86 0.4 -
YUV 18.29 123.89 154.19 -
System Red Green Blue C M Y K H S L
Decimal 55 1 11 0 0.98 0.8 0.78 348.89 0.96 0.11
Hex 37 1 B 0 62 50 4E 15D 60 B
Octal 67 1 13 0 142 120 116 535 140 13
Binary 110111 1 1011 0 1100010 1010000 1001110 101011101 1100000 1011

Color Harmonies of #37010B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37010B

Black with #37010B

Text Example


Text Example

White with #37010B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37010B; }

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

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

background-color css

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

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

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

border-color css

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

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

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