Html Css Color HEX #37070E Rustic Red

📋 copy color: '#37070E'

red 55 ◦ green 7 ◦ blue 14

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

Shades of Rustic Red #37070E

Tints of Rustic Red #37070E

RGB

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

 GREEN value IS 7 (3.13% from 255) = 9.21%

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

R = 72.37%
G = 9.21%
B = 18.42%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.75

 K value IS 0.78

RGB Variations

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

Color information

#37070E (or 0x37070E) is known color: Rustic Red. HEX triplet: 37, 07 and 0E. RGB value is (55,7,14). Sum of RGB (Red+Green+Blue) = 55+7+14=76 (10% of max value = 765). Red value is 55 (21.88% from 255 or 72.37% from 76); Green value is 7 (3.12% from 255 or 9.21% from 76); Blue value is 14 (5.86% from 255 or 18.42% from 76); Max value from RGB is 55 - color contains mainly: red. Hex color #37070E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #37070E is #C8F8F1. Grayscale: #161616. Windows color (decimal): -13170930 or 919351. OLE color: 919351.

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

Color convert

RGB 55 7 14 -
CMYK 0 0.87 0.75 0.78
HSL 351.25º 0.77% 0.12% -
HSV(B) 351.25º 0.87% 0.22% -
XYZ 1.73 1 0.52 -
YUV 22.15 123.4 151.43 -
System Red Green Blue C M Y K H S L
Decimal 55 7 14 0 0.87 0.75 0.78 351.25 0.77 0.12
Hex 37 7 E 0 57 4B 4E 15F 4D C
Octal 67 7 16 0 127 113 116 537 115 14
Binary 110111 111 1110 0 1010111 1001011 1001110 101011111 1001101 1100

Color Harmonies of #37070E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37070E

Black with #37070E

Text Example


Text Example

White with #37070E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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