Html Css Color HEX #370817 Rustic Red

📋 copy color: '#370817'

red 55 ◦ green 8 ◦ blue 23

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

Shades of Rustic Red #370817

Tints of Rustic Red #370817

RGB

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

 GREEN value IS 8 (3.52% from 255) = 9.3%

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

R = 63.95%
G = 9.3%
B = 26.74%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.58

 K value IS 0.78

RGB Variations

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

Color information

#370817 (or 0x370817) is known color: Rustic Red. HEX triplet: 37, 08 and 17. RGB value is (55,8,23). Sum of RGB (Red+Green+Blue) = 55+8+23=86 (11% of max value = 765). Red value is 55 (21.88% from 255 or 63.95% from 86); Green value is 8 (3.52% from 255 or 9.30% from 86); Blue value is 23 (9.38% from 255 or 26.74% from 86); Max value from RGB is 55 - color contains mainly: red. Hex color #370817 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370817 is #C8F7E8. Grayscale: #171717. Windows color (decimal): -13170665 or 1509431. OLE color: 1509431.

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

Color convert

RGB 55 8 23 -
CMYK 0 0.85 0.58 0.78
HSL 340.85º 0.75% 0.12% -
HSV(B) 340.85º 0.85% 0.22% -
XYZ 1.82 1.05 0.92 -
YUV 23.76 127.57 150.28 -
System Red Green Blue C M Y K H S L
Decimal 55 8 23 0 0.85 0.58 0.78 340.85 0.75 0.12
Hex 37 8 17 0 55 3A 4E 155 4B C
Octal 67 10 27 0 125 72 116 525 113 14
Binary 110111 1000 10111 0 1010101 111010 1001110 101010101 1001011 1100

Color Harmonies of #370817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370817

Black with #370817

Text Example


Text Example

White with #370817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370817; }

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

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

background-color css

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

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

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

border-color css

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

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

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