Html Css Color HEX #370711 Rustic Red

📋 copy color: '#370711'

red 55 ◦ green 7 ◦ blue 17

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

Shades of Rustic Red #370711

Tints of Rustic Red #370711

RGB

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

 GREEN value IS 7 (3.13% from 255) = 8.86%

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

R = 69.62%
G = 8.86%
B = 21.52%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.69

 K value IS 0.78

RGB Variations

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

Color information

#370711 (or 0x370711) is known color: Rustic Red. HEX triplet: 37, 07 and 11. RGB value is (55,7,17). Sum of RGB (Red+Green+Blue) = 55+7+17=79 (10% of max value = 765). Red value is 55 (21.88% from 255 or 69.62% from 79); Green value is 7 (3.12% from 255 or 8.86% from 79); Blue value is 17 (7.03% from 255 or 21.52% from 79); Max value from RGB is 55 - color contains mainly: red. Hex color #370711 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370711 is #C8F8EE. Grayscale: #161616. Windows color (decimal): -13170927 or 1115959. OLE color: 1115959.

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

Color convert

RGB 55 7 17 -
CMYK 0 0.87 0.69 0.78
HSL 347.5º 0.77% 0.12% -
HSV(B) 347.5º 0.87% 0.22% -
XYZ 1.75 1 0.63 -
YUV 22.49 124.9 151.19 -
System Red Green Blue C M Y K H S L
Decimal 55 7 17 0 0.87 0.69 0.78 347.5 0.77 0.12
Hex 37 7 11 0 57 45 4E 15C 4D C
Octal 67 7 21 0 127 105 116 534 115 14
Binary 110111 111 10001 0 1010111 1000101 1001110 101011100 1001101 1100

Color Harmonies of #370711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370711

Black with #370711

Text Example


Text Example

White with #370711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370711; }

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

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

background-color css

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

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

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

border-color css

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

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

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