Html Css Color HEX #331213 Rustic Red

📋 copy color: '#331213'

red 51 ◦ green 18 ◦ blue 19

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

Shades of Rustic Red #331213

Tints of Rustic Red #331213

RGB

 RED value IS 51 (20.31% from 255) = 57.95%

 GREEN value IS 18 (7.42% from 255) = 20.45%

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

R = 57.95%
G = 20.45%
B = 21.59%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.63

 K value IS 0.8

RGB Variations

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

Color information

#331213 (or 0x331213) is known color: Rustic Red. HEX triplet: 33, 12 and 13. RGB value is (51,18,19). Sum of RGB (Red+Green+Blue) = 51+18+19=88 (11% of max value = 765). Red value is 51 (20.31% from 255 or 57.95% from 88); Green value is 18 (7.42% from 255 or 20.45% from 88); Blue value is 19 (7.81% from 255 or 21.59% from 88); Max value from RGB is 51 - color contains mainly: red. Hex color #331213 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331213 is #CCEDEC. Grayscale: #1C1C1C. Windows color (decimal): -13430253 or 1249843. OLE color: 1249843.

HSL color Cylindrical-coordinate representation of color #331213: hue angle of 358.18º degrees, saturation: 0.48, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #331213 is Cyan = 0, Magento = 0.65, Yellow = 0.63 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 18 19 -
CMYK 0 0.65 0.63 0.8
HSL 358.18º 0.48% 0.14% -
HSV(B) 358.18º 0.65% 0.2% -
XYZ 1.7 1.18 0.75 -
YUV 27.98 122.93 144.42 -
System Red Green Blue C M Y K H S L
Decimal 51 18 19 0 0.65 0.63 0.8 358.18 0.48 0.14
Hex 33 12 13 0 41 3F 50 166 30 E
Octal 63 22 23 0 101 77 120 546 60 16
Binary 110011 10010 10011 0 1000001 111111 1010000 101100110 110000 1110

Color Harmonies of #331213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331213

Black with #331213

Text Example


Text Example

White with #331213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331213; }

 p { color: rgb(51,18,19); }

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

background-color css

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

 a { background-color: rgb(51,18,19); }

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

border-color css

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

 span { border-color: rgb(51,18,19); }

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