Html Css Color HEX #370217 Rustic Red

📋 copy color: '#370217'

red 55 ◦ green 2 ◦ blue 23

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

Shades of Rustic Red #370217

Tints of Rustic Red #370217

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.5%

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

R = 68.75%
G = 2.5%
B = 28.75%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.58

 K value IS 0.78

RGB Variations

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

Color information

#370217 (or 0x370217) is known color: Rustic Red. HEX triplet: 37, 02 and 17. RGB value is (55,2,23). Sum of RGB (Red+Green+Blue) = 55+2+23=80 (10% of max value = 765). Red value is 55 (21.88% from 255 or 68.75% from 80); Green value is 2 (1.17% from 255 or 2.5% from 80); Blue value is 23 (9.38% from 255 or 28.75% from 80); Max value from RGB is 55 - color contains mainly: red. Hex color #370217 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370217 is #C8FDE8. Grayscale: #141414. Windows color (decimal): -13172201 or 1507895. OLE color: 1507895.

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

Color convert

RGB 55 2 23 -
CMYK 0 0.96 0.58 0.78
HSL 336.23º 0.93% 0.11% -
HSV(B) 336.23º 0.96% 0.22% -
XYZ 1.75 0.92 0.9 -
YUV 20.24 129.56 152.79 -
System Red Green Blue C M Y K H S L
Decimal 55 2 23 0 0.96 0.58 0.78 336.23 0.93 0.11
Hex 37 2 17 0 60 3A 4E 150 5D B
Octal 67 2 27 0 140 72 116 520 135 13
Binary 110111 10 10111 0 1100000 111010 1001110 101010000 1011101 1011

Color Harmonies of #370217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370217

Black with #370217

Text Example


Text Example

White with #370217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370217; }

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

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

background-color css

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

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

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

border-color css

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

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

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