Html Css Color HEX #37020B Rustic Red

📋 copy color: '#37020B'

red 55 ◦ green 2 ◦ blue 11

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

Shades of Rustic Red #37020B

Tints of Rustic Red #37020B

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.94%

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

R = 80.88%
G = 2.94%
B = 16.18%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.8

 K value IS 0.78

RGB Variations

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

Color information

#37020B (or 0x37020B) is known color: Rustic Red. HEX triplet: 37, 02 and 0B. RGB value is (55,2,11). Sum of RGB (Red+Green+Blue) = 55+2+11=68 (9% of max value = 765). Red value is 55 (21.88% from 255 or 80.88% from 68); Green value is 2 (1.17% from 255 or 2.94% from 68); Blue value is 11 (4.69% from 255 or 16.18% from 68); Max value from RGB is 55 - color contains mainly: red. Hex color #37020B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #37020B is #C8FDF4. Grayscale: #121212. Windows color (decimal): -13172213 or 721463. OLE color: 721463.

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

Color convert

RGB 55 2 11 -
CMYK 0 0.96 0.8 0.78
HSL 349.81º 0.93% 0.11% -
HSV(B) 349.81º 0.96% 0.22% -
XYZ 1.66 0.88 0.4 -
YUV 18.87 123.56 153.77 -
System Red Green Blue C M Y K H S L
Decimal 55 2 11 0 0.96 0.8 0.78 349.81 0.93 0.11
Hex 37 2 B 0 60 50 4E 15E 5D B
Octal 67 2 13 0 140 120 116 536 135 13
Binary 110111 10 1011 0 1100000 1010000 1001110 101011110 1011101 1011

Color Harmonies of #37020B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37020B

Black with #37020B

Text Example


Text Example

White with #37020B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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