Html Css Color HEX #370417 Rustic Red

📋 copy color: '#370417'

red 55 ◦ green 4 ◦ blue 23

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

Shades of Rustic Red #370417

Tints of Rustic Red #370417

RGB

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

 GREEN value IS 4 (1.95% from 255) = 4.88%

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

R = 67.07%
G = 4.88%
B = 28.05%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.58

 K value IS 0.78

RGB Variations

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

Color information

#370417 (or 0x370417) is known color: Rustic Red. HEX triplet: 37, 04 and 17. RGB value is (55,4,23). Sum of RGB (Red+Green+Blue) = 55+4+23=82 (10% of max value = 765). Red value is 55 (21.88% from 255 or 67.07% from 82); Green value is 4 (1.95% from 255 or 4.88% from 82); Blue value is 23 (9.38% from 255 or 28.05% from 82); Max value from RGB is 55 - color contains mainly: red. Hex color #370417 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370417 is #C8FBE8. Grayscale: #151515. Windows color (decimal): -13171689 or 1508407. OLE color: 1508407.

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

Color convert

RGB 55 4 23 -
CMYK 0 0.93 0.58 0.78
HSL 337.65º 0.86% 0.12% -
HSV(B) 337.65º 0.93% 0.22% -
XYZ 1.77 0.96 0.9 -
YUV 21.42 128.9 151.96 -
System Red Green Blue C M Y K H S L
Decimal 55 4 23 0 0.93 0.58 0.78 337.65 0.86 0.12
Hex 37 4 17 0 5D 3A 4E 152 56 C
Octal 67 4 27 0 135 72 116 522 126 14
Binary 110111 100 10111 0 1011101 111010 1001110 101010010 1010110 1100

Color Harmonies of #370417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370417

Black with #370417

Text Example


Text Example

White with #370417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370417; }

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

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

background-color css

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

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

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

border-color css

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

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

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