Html Css Color HEX #37020E Rustic Red

📋 copy color: '#37020E'

red 55 ◦ green 2 ◦ blue 14

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

Shades of Rustic Red #37020E

Tints of Rustic Red #37020E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 19.72%

R = 77.46%
G = 2.82%
B = 19.72%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.75

 K value IS 0.78

RGB Variations

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

Color information

#37020E (or 0x37020E) is known color: Rustic Red. HEX triplet: 37, 02 and 0E. RGB value is (55,2,14). Sum of RGB (Red+Green+Blue) = 55+2+14=71 (9% of max value = 765). Red value is 55 (21.88% from 255 or 77.46% from 71); Green value is 2 (1.17% from 255 or 2.82% from 71); Blue value is 14 (5.86% from 255 or 19.72% from 71); Max value from RGB is 55 - color contains mainly: red. Hex color #37020E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #37020E is #C8FDF1. Grayscale: #131313. Windows color (decimal): -13172210 or 918071. OLE color: 918071.

HSL color Cylindrical-coordinate representation of color #37020E: hue angle of 346.42º 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 #37020E is Cyan = 0, Magento = 0.96, Yellow = 0.75 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 2 14 -
CMYK 0 0.96 0.75 0.78
HSL 346.42º 0.93% 0.11% -
HSV(B) 346.42º 0.96% 0.22% -
XYZ 1.68 0.89 0.5 -
YUV 19.22 125.06 153.52 -
System Red Green Blue C M Y K H S L
Decimal 55 2 14 0 0.96 0.75 0.78 346.42 0.93 0.11
Hex 37 2 E 0 60 4B 4E 15A 5D B
Octal 67 2 16 0 140 113 116 532 135 13
Binary 110111 10 1110 0 1100000 1001011 1001110 101011010 1011101 1011

Color Harmonies of #37020E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37020E

Black with #37020E

Text Example


Text Example

White with #37020E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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