Html Css Color HEX #370213 Rustic Red

📋 copy color: '#370213'

red 55 ◦ green 2 ◦ blue 19

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

Shades of Rustic Red #370213

Tints of Rustic Red #370213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 25%

R = 72.37%
G = 2.63%
B = 25%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.65

 K value IS 0.78

RGB Variations

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

Color information

#370213 (or 0x370213) is known color: Rustic Red. HEX triplet: 37, 02 and 13. RGB value is (55,2,19). Sum of RGB (Red+Green+Blue) = 55+2+19=76 (10% of max value = 765). Red value is 55 (21.88% from 255 or 72.37% from 76); Green value is 2 (1.17% from 255 or 2.63% from 76); Blue value is 19 (7.81% from 255 or 25% from 76); Max value from RGB is 55 - color contains mainly: red. Hex color #370213 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370213 is #C8FDEC. Grayscale: #131313. Windows color (decimal): -13172205 or 1245751. OLE color: 1245751.

HSL color Cylindrical-coordinate representation of color #370213: hue angle of 340.75º 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 #370213 is Cyan = 0, Magento = 0.96, Yellow = 0.65 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 2 19 -
CMYK 0 0.96 0.65 0.78
HSL 340.75º 0.93% 0.11% -
HSV(B) 340.75º 0.96% 0.22% -
XYZ 1.71 0.9 0.7 -
YUV 19.79 127.56 153.12 -
System Red Green Blue C M Y K H S L
Decimal 55 2 19 0 0.96 0.65 0.78 340.75 0.93 0.11
Hex 37 2 13 0 60 41 4E 155 5D B
Octal 67 2 23 0 140 101 116 525 135 13
Binary 110111 10 10011 0 1100000 1000001 1001110 101010101 1011101 1011

Color Harmonies of #370213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370213

Black with #370213

Text Example


Text Example

White with #370213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370213; }

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

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

background-color css

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

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

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

border-color css

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

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

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