Html Css Color HEX #331011 Rustic Red

📋 copy color: '#331011'

red 51 ◦ green 16 ◦ blue 17

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

Shades of Rustic Red #331011

Tints of Rustic Red #331011

RGB

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

 GREEN value IS 16 (6.64% from 255) = 19.05%

 BLUE value IS 17 (7.03% from 255) = 20.24%

R = 60.71%
G = 19.05%
B = 20.24%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.67

 K value IS 0.8

RGB Variations

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

Color information

#331011 (or 0x331011) is known color: Rustic Red. HEX triplet: 33, 10 and 11. RGB value is (51,16,17). Sum of RGB (Red+Green+Blue) = 51+16+17=84 (11% of max value = 765). Red value is 51 (20.31% from 255 or 60.71% from 84); Green value is 16 (6.64% from 255 or 19.05% from 84); Blue value is 17 (7.03% from 255 or 20.24% from 84); Max value from RGB is 51 - color contains mainly: red. Hex color #331011 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331011 is #CCEFEE. Grayscale: #1A1A1A. Windows color (decimal): -13430767 or 1118259. OLE color: 1118259.

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

Color convert

RGB 51 16 17 -
CMYK 0 0.69 0.67 0.8
HSL 358.29º 0.52% 0.13% -
HSV(B) 358.29º 0.69% 0.2% -
XYZ 1.65 1.11 0.66 -
YUV 26.58 122.6 145.42 -
System Red Green Blue C M Y K H S L
Decimal 51 16 17 0 0.69 0.67 0.8 358.29 0.52 0.13
Hex 33 10 11 0 45 43 50 166 34 D
Octal 63 20 21 0 105 103 120 546 64 15
Binary 110011 10000 10001 0 1000101 1000011 1010000 101100110 110100 1101

Color Harmonies of #331011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331011

Black with #331011

Text Example


Text Example

White with #331011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331011; }

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

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

background-color css

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

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

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

border-color css

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

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

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