Html Css Color HEX #331113 Rustic Red

📋 copy color: '#331113'

red 51 ◦ green 17 ◦ blue 19

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

Shades of Rustic Red #331113

Tints of Rustic Red #331113

RGB

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

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

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

R = 58.62%
G = 19.54%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.63

 K value IS 0.8

RGB Variations

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

Color information

#331113 (or 0x331113) is known color: Rustic Red. HEX triplet: 33, 11 and 13. RGB value is (51,17,19). Sum of RGB (Red+Green+Blue) = 51+17+19=87 (11% of max value = 765). Red value is 51 (20.31% from 255 or 58.62% from 87); Green value is 17 (7.03% from 255 or 19.54% from 87); Blue value is 19 (7.81% from 255 or 21.84% from 87); Max value from RGB is 51 - color contains mainly: red. Hex color #331113 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331113 is #CCEEEC. Grayscale: #1B1B1B. Windows color (decimal): -13430509 or 1249587. OLE color: 1249587.

HSL color Cylindrical-coordinate representation of color #331113: hue angle of 356.47º 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 #331113 is Cyan = 0, Magento = 0.67, Yellow = 0.63 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 17 19 -
CMYK 0 0.67 0.63 0.8
HSL 356.47º 0.5% 0.13% -
HSV(B) 356.47º 0.67% 0.2% -
XYZ 1.68 1.15 0.75 -
YUV 27.39 123.26 144.84 -
System Red Green Blue C M Y K H S L
Decimal 51 17 19 0 0.67 0.63 0.8 356.47 0.5 0.13
Hex 33 11 13 0 43 3F 50 164 32 D
Octal 63 21 23 0 103 77 120 544 62 15
Binary 110011 10001 10011 0 1000011 111111 1010000 101100100 110010 1101

Color Harmonies of #331113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331113

Black with #331113

Text Example


Text Example

White with #331113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331113; }

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

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

background-color css

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

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

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

border-color css

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

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

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