Html Css Color HEX #37080D Rustic Red

📋 copy color: '#37080D'

red 55 ◦ green 8 ◦ blue 13

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

Shades of Rustic Red #37080D

Tints of Rustic Red #37080D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 17.11%

R = 72.37%
G = 10.53%
B = 17.11%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.76

 K value IS 0.78

RGB Variations

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

Color information

#37080D (or 0x37080D) is known color: Rustic Red. HEX triplet: 37, 08 and 0D. RGB value is (55,8,13). Sum of RGB (Red+Green+Blue) = 55+8+13=76 (10% of max value = 765). Red value is 55 (21.88% from 255 or 72.37% from 76); Green value is 8 (3.52% from 255 or 10.53% from 76); Blue value is 13 (5.47% from 255 or 17.11% from 76); Max value from RGB is 55 - color contains mainly: red. Hex color #37080D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #37080D is #C8F7F2. Grayscale: #161616. Windows color (decimal): -13170675 or 854071. OLE color: 854071.

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

Color convert

RGB 55 8 13 -
CMYK 0 0.85 0.76 0.78
HSL 353.62º 0.75% 0.12% -
HSV(B) 353.62º 0.85% 0.22% -
XYZ 1.74 1.01 0.49 -
YUV 22.62 122.57 151.09 -
System Red Green Blue C M Y K H S L
Decimal 55 8 13 0 0.85 0.76 0.78 353.62 0.75 0.12
Hex 37 8 D 0 55 4C 4E 162 4B C
Octal 67 10 15 0 125 114 116 542 113 14
Binary 110111 1000 1101 0 1010101 1001100 1001110 101100010 1001011 1100

Color Harmonies of #37080D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37080D

Black with #37080D

Text Example


Text Example

White with #37080D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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