Html Css Color HEX #370F11 Rustic Red

📋 copy color: '#370F11'

red 55 ◦ green 15 ◦ blue 17

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

Shades of Rustic Red #370F11

Tints of Rustic Red #370F11

RGB

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

 GREEN value IS 15 (6.25% from 255) = 17.24%

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

R = 63.22%
G = 17.24%
B = 19.54%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.69

 K value IS 0.78

RGB Variations

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

Color information

#370F11 (or 0x370F11) is known color: Rustic Red. HEX triplet: 37, 0F and 11. RGB value is (55,15,17). Sum of RGB (Red+Green+Blue) = 55+15+17=87 (11% of max value = 765). Red value is 55 (21.88% from 255 or 63.22% from 87); Green value is 15 (6.25% from 255 or 17.24% from 87); Blue value is 17 (7.03% from 255 or 19.54% from 87); Max value from RGB is 55 - color contains mainly: red. Hex color #370F11 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370F11 is #C8F0EE. Grayscale: #1B1B1B. Windows color (decimal): -13168879 or 1118007. OLE color: 1118007.

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

Color convert

RGB 55 15 17 -
CMYK 0 0.73 0.69 0.78
HSL 357º 0.57% 0.14% -
HSV(B) 357º 0.73% 0.22% -
XYZ 1.85 1.19 0.66 -
YUV 27.19 122.25 147.84 -
System Red Green Blue C M Y K H S L
Decimal 55 15 17 0 0.73 0.69 0.78 357 0.57 0.14
Hex 37 F 11 0 49 45 4E 165 39 E
Octal 67 17 21 0 111 105 116 545 71 16
Binary 110111 1111 10001 0 1001001 1000101 1001110 101100101 111001 1110

Color Harmonies of #370F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370F11

Black with #370F11

Text Example


Text Example

White with #370F11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370F11; }

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

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

background-color css

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

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

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

border-color css

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

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

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