Html Css Color HEX #37080E Rustic Red

📋 copy color: '#37080E'

red 55 ◦ green 8 ◦ blue 14

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

Shades of Rustic Red #37080E

Tints of Rustic Red #37080E

RGB

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

 GREEN value IS 8 (3.52% from 255) = 10.39%

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

R = 71.43%
G = 10.39%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.75

 K value IS 0.78

RGB Variations

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

Color information

#37080E (or 0x37080E) is known color: Rustic Red. HEX triplet: 37, 08 and 0E. RGB value is (55,8,14). Sum of RGB (Red+Green+Blue) = 55+8+14=77 (10% of max value = 765). Red value is 55 (21.88% from 255 or 71.43% from 77); Green value is 8 (3.52% from 255 or 10.39% from 77); Blue value is 14 (5.86% from 255 or 18.18% from 77); Max value from RGB is 55 - color contains mainly: red. Hex color #37080E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #37080E is #C8F7F1. Grayscale: #161616. Windows color (decimal): -13170674 or 919607. OLE color: 919607.

HSL color Cylindrical-coordinate representation of color #37080E: hue angle of 352.34º degrees, saturation: 0.75, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #37080E is Cyan = 0, Magento = 0.85, Yellow = 0.75 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 8 14 -
CMYK 0 0.85 0.75 0.78
HSL 352.34º 0.75% 0.12% -
HSV(B) 352.34º 0.85% 0.22% -
XYZ 1.74 1.02 0.52 -
YUV 22.74 123.07 151.01 -
System Red Green Blue C M Y K H S L
Decimal 55 8 14 0 0.85 0.75 0.78 352.34 0.75 0.12
Hex 37 8 E 0 55 4B 4E 160 4B C
Octal 67 10 16 0 125 113 116 540 113 14
Binary 110111 1000 1110 0 1010101 1001011 1001110 101100000 1001011 1100

Color Harmonies of #37080E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37080E

Black with #37080E

Text Example


Text Example

White with #37080E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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