Html Css Color HEX #37050E Rustic Red

📋 copy color: '#37050E'

red 55 ◦ green 5 ◦ blue 14

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

Shades of Rustic Red #37050E

Tints of Rustic Red #37050E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 6.76%

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

R = 74.32%
G = 6.76%
B = 18.92%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.75

 K value IS 0.78

RGB Variations

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

Color information

#37050E (or 0x37050E) is known color: Rustic Red. HEX triplet: 37, 05 and 0E. RGB value is (55,5,14). Sum of RGB (Red+Green+Blue) = 55+5+14=74 (9% of max value = 765). Red value is 55 (21.88% from 255 or 74.32% from 74); Green value is 5 (2.34% from 255 or 6.76% from 74); Blue value is 14 (5.86% from 255 or 18.92% from 74); Max value from RGB is 55 - color contains mainly: red. Hex color #37050E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #37050E is #C8FAF1. Grayscale: #141414. Windows color (decimal): -13171442 or 918839. OLE color: 918839.

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

Color convert

RGB 55 5 14 -
CMYK 0 0.91 0.75 0.78
HSL 349.2º 0.83% 0.12% -
HSV(B) 349.2º 0.91% 0.22% -
XYZ 1.71 0.95 0.51 -
YUV 20.98 124.07 152.27 -
System Red Green Blue C M Y K H S L
Decimal 55 5 14 0 0.91 0.75 0.78 349.2 0.83 0.12
Hex 37 5 E 0 5B 4B 4E 15D 53 C
Octal 67 5 16 0 133 113 116 535 123 14
Binary 110111 101 1110 0 1011011 1001011 1001110 101011101 1010011 1100

Color Harmonies of #37050E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37050E

Black with #37050E

Text Example


Text Example

White with #37050E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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