Html Css Color HEX #37080A Rustic Red

📋 copy color: '#37080A'

red 55 ◦ green 8 ◦ blue 10

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

Shades of Rustic Red #37080A

Tints of Rustic Red #37080A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 13.7%

R = 75.34%
G = 10.96%
B = 13.7%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.82

 K value IS 0.78

RGB Variations

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

Color information

#37080A (or 0x37080A) is known color: Rustic Red. HEX triplet: 37, 08 and 0A. RGB value is (55,8,10). Sum of RGB (Red+Green+Blue) = 55+8+10=73 (9% of max value = 765). Red value is 55 (21.88% from 255 or 75.34% from 73); Green value is 8 (3.52% from 255 or 10.96% from 73); Blue value is 10 (4.30% from 255 or 13.70% from 73); Max value from RGB is 55 - color contains mainly: red. Hex color #37080A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #37080A is #C8F7F5. Grayscale: #161616. Windows color (decimal): -13170678 or 657463. OLE color: 657463.

HSL color Cylindrical-coordinate representation of color #37080A: hue angle of 357.45º 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 #37080A is Cyan = 0, Magento = 0.85, Yellow = 0.82 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 8 10 -
CMYK 0 0.85 0.82 0.78
HSL 357.45º 0.75% 0.12% -
HSV(B) 357.45º 0.85% 0.22% -
XYZ 1.72 1.01 0.39 -
YUV 22.28 121.07 151.34 -
System Red Green Blue C M Y K H S L
Decimal 55 8 10 0 0.85 0.82 0.78 357.45 0.75 0.12
Hex 37 8 A 0 55 52 4E 165 4B C
Octal 67 10 12 0 125 122 116 545 113 14
Binary 110111 1000 1010 0 1010101 1010010 1001110 101100101 1001011 1100

Color Harmonies of #37080A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37080A

Black with #37080A

Text Example


Text Example

White with #37080A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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