Html Css Color HEX #37060A Rustic Red

📋 copy color: '#37060A'

red 55 ◦ green 6 ◦ blue 10

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

Shades of Rustic Red #37060A

Tints of Rustic Red #37060A

RGB

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

 GREEN value IS 6 (2.73% from 255) = 8.45%

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

R = 77.46%
G = 8.45%
B = 14.08%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.82

 K value IS 0.78

RGB Variations

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

Color information

#37060A (or 0x37060A) is known color: Rustic Red. HEX triplet: 37, 06 and 0A. RGB value is (55,6,10). Sum of RGB (Red+Green+Blue) = 55+6+10=71 (9% of max value = 765). Red value is 55 (21.88% from 255 or 77.46% from 71); Green value is 6 (2.73% from 255 or 8.45% from 71); Blue value is 10 (4.30% from 255 or 14.08% from 71); Max value from RGB is 55 - color contains mainly: red. Hex color #37060A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #37060A is #C8F9F5. Grayscale: #151515. Windows color (decimal): -13171190 or 656951. OLE color: 656951.

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

Color convert

RGB 55 6 10 -
CMYK 0 0.89 0.82 0.78
HSL 355.1º 0.8% 0.12% -
HSV(B) 355.1º 0.89% 0.22% -
XYZ 1.7 0.96 0.38 -
YUV 21.11 121.73 152.17 -
System Red Green Blue C M Y K H S L
Decimal 55 6 10 0 0.89 0.82 0.78 355.1 0.8 0.12
Hex 37 6 A 0 59 52 4E 163 50 C
Octal 67 6 12 0 131 122 116 543 120 14
Binary 110111 110 1010 0 1011001 1010010 1001110 101100011 1010000 1100

Color Harmonies of #37060A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37060A

Black with #37060A

Text Example


Text Example

White with #37060A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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