Html Css Color HEX #331112 Rustic Red

📋 copy color: '#331112'

red 51 ◦ green 17 ◦ blue 18

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

Shades of Rustic Red #331112

Tints of Rustic Red #331112

RGB

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

 GREEN value IS 17 (7.03% from 255) = 19.77%

 BLUE value IS 18 (7.42% from 255) = 20.93%

R = 59.3%
G = 19.77%
B = 20.93%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.65

 K value IS 0.8

RGB Variations

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

Color information

#331112 (or 0x331112) is known color: Rustic Red. HEX triplet: 33, 11 and 12. RGB value is (51,17,18). Sum of RGB (Red+Green+Blue) = 51+17+18=86 (11% of max value = 765). Red value is 51 (20.31% from 255 or 59.30% from 86); Green value is 17 (7.03% from 255 or 19.77% from 86); Blue value is 18 (7.42% from 255 or 20.93% from 86); Max value from RGB is 51 - color contains mainly: red. Hex color #331112 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331112 is #CCEEED. Grayscale: #1B1B1B. Windows color (decimal): -13430510 or 1184051. OLE color: 1184051.

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

Color convert

RGB 51 17 18 -
CMYK 0 0.67 0.65 0.8
HSL 358.24º 0.5% 0.13% -
HSV(B) 358.24º 0.67% 0.2% -
XYZ 1.67 1.15 0.71 -
YUV 27.28 122.76 144.92 -
System Red Green Blue C M Y K H S L
Decimal 51 17 18 0 0.67 0.65 0.8 358.24 0.5 0.13
Hex 33 11 12 0 43 41 50 166 32 D
Octal 63 21 22 0 103 101 120 546 62 15
Binary 110011 10001 10010 0 1000011 1000001 1010000 101100110 110010 1101

Color Harmonies of #331112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331112

Black with #331112

Text Example


Text Example

White with #331112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331112; }

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

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

background-color css

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

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

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

border-color css

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

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

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