Html Css Color HEX #370717 Rustic Red

📋 copy color: '#370717'

red 55 ◦ green 7 ◦ blue 23

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

Shades of Rustic Red #370717

Tints of Rustic Red #370717

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 27.06%

R = 64.71%
G = 8.24%
B = 27.06%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.58

 K value IS 0.78

RGB Variations

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

Color information

#370717 (or 0x370717) is known color: Rustic Red. HEX triplet: 37, 07 and 17. RGB value is (55,7,23). Sum of RGB (Red+Green+Blue) = 55+7+23=85 (11% of max value = 765). Red value is 55 (21.88% from 255 or 64.71% from 85); Green value is 7 (3.12% from 255 or 8.24% from 85); Blue value is 23 (9.38% from 255 or 27.06% from 85); Max value from RGB is 55 - color contains mainly: red. Hex color #370717 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370717 is #C8F8E8. Grayscale: #171717. Windows color (decimal): -13170921 or 1509175. OLE color: 1509175.

HSL color Cylindrical-coordinate representation of color #370717: hue angle of 340º 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 #370717 is Cyan = 0, Magento = 0.87, Yellow = 0.58 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 7 23 -
CMYK 0 0.87 0.58 0.78
HSL 340º 0.77% 0.12% -
HSV(B) 340º 0.87% 0.22% -
XYZ 1.81 1.03 0.91 -
YUV 23.18 127.9 150.7 -
System Red Green Blue C M Y K H S L
Decimal 55 7 23 0 0.87 0.58 0.78 340 0.77 0.12
Hex 37 7 17 0 57 3A 4E 154 4D C
Octal 67 7 27 0 127 72 116 524 115 14
Binary 110111 111 10111 0 1010111 111010 1001110 101010100 1001101 1100

Color Harmonies of #370717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370717

Black with #370717

Text Example


Text Example

White with #370717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370717; }

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

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

background-color css

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

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

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

border-color css

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

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

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