Html Css Color HEX #37080F Rustic Red

📋 copy color: '#37080F'

red 55 ◦ green 8 ◦ blue 15

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

Shades of Rustic Red #37080F

Tints of Rustic Red #37080F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 19.23%

R = 70.51%
G = 10.26%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.73

 K value IS 0.78

RGB Variations

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

Color information

#37080F (or 0x37080F) is known color: Rustic Red. HEX triplet: 37, 08 and 0F. RGB value is (55,8,15). Sum of RGB (Red+Green+Blue) = 55+8+15=78 (10% of max value = 765). Red value is 55 (21.88% from 255 or 70.51% from 78); Green value is 8 (3.52% from 255 or 10.26% from 78); Blue value is 15 (6.25% from 255 or 19.23% from 78); Max value from RGB is 55 - color contains mainly: red. Hex color #37080F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #37080F is #C8F7F0. Grayscale: #161616. Windows color (decimal): -13170673 or 985143. OLE color: 985143.

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

Color convert

RGB 55 8 15 -
CMYK 0 0.85 0.73 0.78
HSL 351.06º 0.75% 0.12% -
HSV(B) 351.06º 0.85% 0.22% -
XYZ 1.75 1.02 0.56 -
YUV 22.85 123.57 150.93 -
System Red Green Blue C M Y K H S L
Decimal 55 8 15 0 0.85 0.73 0.78 351.06 0.75 0.12
Hex 37 8 F 0 55 49 4E 15F 4B C
Octal 67 10 17 0 125 111 116 537 113 14
Binary 110111 1000 1111 0 1010101 1001001 1001110 101011111 1001011 1100

Color Harmonies of #37080F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37080F

Black with #37080F

Text Example


Text Example

White with #37080F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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