Html Css Color HEX #370517 Rustic Red

📋 copy color: '#370517'

red 55 ◦ green 5 ◦ blue 23

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

Shades of Rustic Red #370517

Tints of Rustic Red #370517

RGB

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

 GREEN value IS 5 (2.34% from 255) = 6.02%

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

R = 66.27%
G = 6.02%
B = 27.71%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.58

 K value IS 0.78

RGB Variations

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

Color information

#370517 (or 0x370517) is known color: Rustic Red. HEX triplet: 37, 05 and 17. RGB value is (55,5,23). Sum of RGB (Red+Green+Blue) = 55+5+23=83 (10% of max value = 765). Red value is 55 (21.88% from 255 or 66.27% from 83); Green value is 5 (2.34% from 255 or 6.02% from 83); Blue value is 23 (9.38% from 255 or 27.71% from 83); Max value from RGB is 55 - color contains mainly: red. Hex color #370517 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370517 is #C8FAE8. Grayscale: #151515. Windows color (decimal): -13171433 or 1508663. OLE color: 1508663.

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

Color convert

RGB 55 5 23 -
CMYK 0 0.91 0.58 0.78
HSL 338.4º 0.83% 0.12% -
HSV(B) 338.4º 0.91% 0.22% -
XYZ 1.78 0.98 0.91 -
YUV 22 128.57 151.54 -
System Red Green Blue C M Y K H S L
Decimal 55 5 23 0 0.91 0.58 0.78 338.4 0.83 0.12
Hex 37 5 17 0 5B 3A 4E 152 53 C
Octal 67 5 27 0 133 72 116 522 123 14
Binary 110111 101 10111 0 1011011 111010 1001110 101010010 1010011 1100

Color Harmonies of #370517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370517

Black with #370517

Text Example


Text Example

White with #370517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370517; }

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

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

background-color css

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

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

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

border-color css

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

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

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