Html Css Color HEX #370011 Rustic Red

📋 copy color: '#370011'

red 55 ◦ green 0 ◦ blue 17

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

Shades of Rustic Red #370011

Tints of Rustic Red #370011

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 17 (7.03% from 255) = 23.61%

R = 76.39%
G = 0%
B = 23.61%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.69

 K value IS 0.78

RGB Variations

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

Color information

#370011 (or 0x370011) is known color: Rustic Red. HEX triplet: 37, 00 and 11. RGB value is (55,0,17). Sum of RGB (Red+Green+Blue) = 55+0+17=72 (9% of max value = 765). Red value is 55 (21.88% from 255 or 76.39% from 72); Green value is 0 (0.39% from 255 or 0% from 72); Blue value is 17 (7.03% from 255 or 23.61% from 72); Max value from RGB is 55 - color contains mainly: red. Hex color #370011 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370011 is #C8FFEE. Grayscale: #121212. Windows color (decimal): -13172719 or 1114167. OLE color: 1114167.

HSL color Cylindrical-coordinate representation of color #370011: hue angle of 341.45º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #370011 is Cyan = 0, Magento = 1, Yellow = 0.69 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 0 17 -
CMYK 0 1 0.69 0.78
HSL 341.45º 1% 0.11% -
HSV(B) 341.45º 1% 0.22% -
XYZ 1.68 0.85 0.61 -
YUV 18.38 127.22 154.12 -
System Red Green Blue C M Y K H S L
Decimal 55 0 17 0 1 0.69 0.78 341.45 1 0.11
Hex 37 0 11 0 64 45 4E 155 64 B
Octal 67 0 21 0 144 105 116 525 144 13
Binary 110111 0 10001 0 1100100 1000101 1001110 101010101 1100100 1011

Color Harmonies of #370011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370011

Black with #370011

Text Example


Text Example

White with #370011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370011; }

 p { color: rgb(55,0,17); }

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

background-color css

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

 a { background-color: rgb(55,0,17); }

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

border-color css

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

 span { border-color: rgb(55,0,17); }

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