Html Css Color HEX #37060E Rustic Red

📋 copy color: '#37060E'

red 55 ◦ green 6 ◦ blue 14

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

Shades of Rustic Red #37060E

Tints of Rustic Red #37060E

RGB

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

 GREEN value IS 6 (2.73% from 255) = 8%

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

R = 73.33%
G = 8%
B = 18.67%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.75

 K value IS 0.78

RGB Variations

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

Color information

#37060E (or 0x37060E) is known color: Rustic Red. HEX triplet: 37, 06 and 0E. RGB value is (55,6,14). Sum of RGB (Red+Green+Blue) = 55+6+14=75 (9% of max value = 765). Red value is 55 (21.88% from 255 or 73.33% from 75); Green value is 6 (2.73% from 255 or 8% from 75); Blue value is 14 (5.86% from 255 or 18.67% from 75); Max value from RGB is 55 - color contains mainly: red. Hex color #37060E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #37060E is #C8F9F1. Grayscale: #151515. Windows color (decimal): -13171186 or 919095. OLE color: 919095.

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

Color convert

RGB 55 6 14 -
CMYK 0 0.89 0.75 0.78
HSL 350.2º 0.8% 0.12% -
HSV(B) 350.2º 0.89% 0.22% -
XYZ 1.72 0.97 0.51 -
YUV 21.56 123.73 151.85 -
System Red Green Blue C M Y K H S L
Decimal 55 6 14 0 0.89 0.75 0.78 350.2 0.8 0.12
Hex 37 6 E 0 59 4B 4E 15E 50 C
Octal 67 6 16 0 131 113 116 536 120 14
Binary 110111 110 1110 0 1011001 1001011 1001110 101011110 1010000 1100

Color Harmonies of #37060E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37060E

Black with #37060E

Text Example


Text Example

White with #37060E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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