Html Css Color HEX #370317 Rustic Red

📋 copy color: '#370317'

red 55 ◦ green 3 ◦ blue 23

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

Shades of Rustic Red #370317

Tints of Rustic Red #370317

RGB

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

 GREEN value IS 3 (1.56% from 255) = 3.7%

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

R = 67.9%
G = 3.7%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.58

 K value IS 0.78

RGB Variations

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

Color information

#370317 (or 0x370317) is known color: Rustic Red. HEX triplet: 37, 03 and 17. RGB value is (55,3,23). Sum of RGB (Red+Green+Blue) = 55+3+23=81 (10% of max value = 765). Red value is 55 (21.88% from 255 or 67.90% from 81); Green value is 3 (1.56% from 255 or 3.70% from 81); Blue value is 23 (9.38% from 255 or 28.40% from 81); Max value from RGB is 55 - color contains mainly: red. Hex color #370317 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370317 is #C8FCE8. Grayscale: #141414. Windows color (decimal): -13171945 or 1508151. OLE color: 1508151.

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

Color convert

RGB 55 3 23 -
CMYK 0 0.95 0.58 0.78
HSL 336.92º 0.9% 0.11% -
HSV(B) 336.92º 0.95% 0.22% -
XYZ 1.76 0.94 0.9 -
YUV 20.83 129.23 152.37 -
System Red Green Blue C M Y K H S L
Decimal 55 3 23 0 0.95 0.58 0.78 336.92 0.9 0.11
Hex 37 3 17 0 5F 3A 4E 151 5A B
Octal 67 3 27 0 137 72 116 521 132 13
Binary 110111 11 10111 0 1011111 111010 1001110 101010001 1011010 1011

Color Harmonies of #370317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370317

Black with #370317

Text Example


Text Example

White with #370317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370317; }

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

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

background-color css

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

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

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

border-color css

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

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

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