Html Css Color HEX #37050D Rustic Red

📋 copy color: '#37050D'

red 55 ◦ green 5 ◦ blue 13

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

Shades of Rustic Red #37050D

Tints of Rustic Red #37050D

RGB

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

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

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

R = 75.34%
G = 6.85%
B = 17.81%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.76

 K value IS 0.78

RGB Variations

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

Color information

#37050D (or 0x37050D) is known color: Rustic Red. HEX triplet: 37, 05 and 0D. RGB value is (55,5,13). Sum of RGB (Red+Green+Blue) = 55+5+13=73 (9% of max value = 765). Red value is 55 (21.88% from 255 or 75.34% from 73); Green value is 5 (2.34% from 255 or 6.85% from 73); Blue value is 13 (5.47% from 255 or 17.81% from 73); Max value from RGB is 55 - color contains mainly: red. Hex color #37050D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #37050D is #C8FAF2. Grayscale: #141414. Windows color (decimal): -13171443 or 853303. OLE color: 853303.

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

Color convert

RGB 55 5 13 -
CMYK 0 0.91 0.76 0.78
HSL 350.4º 0.83% 0.12% -
HSV(B) 350.4º 0.91% 0.22% -
XYZ 1.7 0.95 0.47 -
YUV 20.86 123.57 152.35 -
System Red Green Blue C M Y K H S L
Decimal 55 5 13 0 0.91 0.76 0.78 350.4 0.83 0.12
Hex 37 5 D 0 5B 4C 4E 15E 53 C
Octal 67 5 15 0 133 114 116 536 123 14
Binary 110111 101 1101 0 1011011 1001100 1001110 101011110 1010011 1100

Color Harmonies of #37050D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37050D

Black with #37050D

Text Example


Text Example

White with #37050D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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