Html Css Color HEX #330011 Rustic Red

📋 copy color: '#330011'

red 51 ◦ green 0 ◦ blue 17

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

Shades of Rustic Red #330011

Tints of Rustic Red #330011

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 75%
G = 0%
B = 25%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.67

 K value IS 0.8

RGB Variations

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

Color information

#330011 (or 0x330011) is known color: Rustic Red. HEX triplet: 33, 00 and 11. RGB value is (51,0,17). Sum of RGB (Red+Green+Blue) = 51+0+17=68 (9% of max value = 765). Red value is 51 (20.31% from 255 or 75% from 68); Green value is 0 (0.39% from 255 or 0% from 68); Blue value is 17 (7.03% from 255 or 25% from 68); Max value from RGB is 51 - color contains mainly: red. Hex color #330011 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330011 is #CCFFEE. Grayscale: #111111. Windows color (decimal): -13434863 or 1114163. OLE color: 1114163.

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

Color convert

RGB 51 0 17 -
CMYK 0 1 0.67 0.8
HSL 340º 1% 0.1% -
HSV(B) 340º 1% 0.2% -
XYZ 1.47 0.74 0.6 -
YUV 17.19 127.9 152.12 -
System Red Green Blue C M Y K H S L
Decimal 51 0 17 0 1 0.67 0.8 340 1 0.1
Hex 33 0 11 0 64 43 50 154 64 A
Octal 63 0 21 0 144 103 120 524 144 12
Binary 110011 0 10001 0 1100100 1000011 1010000 101010100 1100100 1010

Color Harmonies of #330011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330011

Black with #330011

Text Example


Text Example

White with #330011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330011; }

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

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

background-color css

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

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

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

border-color css

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

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

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