Html Css Color HEX #37060F Rustic Red

📋 copy color: '#37060F'

red 55 ◦ green 6 ◦ blue 15

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

Shades of Rustic Red #37060F

Tints of Rustic Red #37060F

RGB

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

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

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

R = 72.37%
G = 7.89%
B = 19.74%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.73

 K value IS 0.78

RGB Variations

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

Color information

#37060F (or 0x37060F) is known color: Rustic Red. HEX triplet: 37, 06 and 0F. RGB value is (55,6,15). Sum of RGB (Red+Green+Blue) = 55+6+15=76 (10% of max value = 765). Red value is 55 (21.88% from 255 or 72.37% from 76); Green value is 6 (2.73% from 255 or 7.89% from 76); Blue value is 15 (6.25% from 255 or 19.74% from 76); Max value from RGB is 55 - color contains mainly: red. Hex color #37060F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #37060F is #C8F9F0. Grayscale: #151515. Windows color (decimal): -13171185 or 984631. OLE color: 984631.

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

Color convert

RGB 55 6 15 -
CMYK 0 0.89 0.73 0.78
HSL 348.98º 0.8% 0.12% -
HSV(B) 348.98º 0.89% 0.22% -
XYZ 1.73 0.98 0.55 -
YUV 21.68 124.23 151.77 -
System Red Green Blue C M Y K H S L
Decimal 55 6 15 0 0.89 0.73 0.78 348.98 0.8 0.12
Hex 37 6 F 0 59 49 4E 15D 50 C
Octal 67 6 17 0 131 111 116 535 120 14
Binary 110111 110 1111 0 1011001 1001001 1001110 101011101 1010000 1100

Color Harmonies of #37060F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37060F

Black with #37060F

Text Example


Text Example

White with #37060F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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