#37090A

Color #37090A Rustic Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rustic Red #37090A

Tints of Rustic Red #37090A

Color information

#37090A (or 0x37090A) is unknown color: approx Rustic Red. HEX triplet: 37, 09 and 0A. RGB value is (55,9,10). Sum of RGB (Red+Green+Blue) = 55+9+10=74 (9% of max value = 765). Red value is 55 (21.88% from 255 or 74.32% from 74); Green value is 9 (3.91% from 255 or 12.16% from 74); Blue value is 10 (4.30% from 255 or 13.51% from 74); Max value from RGB is 55 - color contains mainly: red. Hex color #37090A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #37090A is #C8F6F5. Grayscale: #161616. Windows color (decimal): -13170422 or 657719. OLE color: 657719.

HSL color Cylindrical-coordinate representation of color #37090A: hue angle of 358.7º degrees, saturation: 0.72, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #37090A is Cyan = 0, Magento = 0.84, Yellow = 0.82 and Black (K on CMYK) = 0.78.

Color convert

RGB55910-
CMYK00.840.820.78
HSL358.7º71.88%12.55%-
HSV(B)358.7º83.64%21.57%-
XYZ1.731.030.39-
YUV22.87120.74150.92-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 74.32%
GREEN value IS 9 (3.91% from 255) = 12.16%
BLUE value IS 10 (4.30% from 255) = 13.51%
R=74.32%
G=12.16%
B=13.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.82
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5591000.840.820.78358.771.8812.55
Hex379A054524E16748d
Octal671112012412211654711015
Binary11011110011010010101001010010100111010110011110010001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37090A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #37090A;
 }
 .AnyTagClassName
 {
   color: #37090A;
 }
</style>
background-color css

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

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

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

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

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

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