Html Css Color HEX #330012 Rustic Red

📋 copy color: '#330012'

red 51 ◦ green 0 ◦ blue 18

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

Shades of Rustic Red #330012

Tints of Rustic Red #330012

RGB

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

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

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

R = 73.91%
G = 0%
B = 26.09%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.65

 K value IS 0.8

RGB Variations

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

Color information

#330012 (or 0x330012) is known color: Rustic Red. HEX triplet: 33, 00 and 12. RGB value is (51,0,18). Sum of RGB (Red+Green+Blue) = 51+0+18=69 (9% of max value = 765). Red value is 51 (20.31% from 255 or 73.91% from 69); Green value is 0 (0.39% from 255 or 0% from 69); Blue value is 18 (7.42% from 255 or 26.09% from 69); Max value from RGB is 51 - color contains mainly: red. Hex color #330012 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330012 is #CCFFED. Grayscale: #111111. Windows color (decimal): -13434862 or 1179699. OLE color: 1179699.

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

Color convert

RGB 51 0 18 -
CMYK 0 1 0.65 0.8
HSL 338.82º 1% 0.1% -
HSV(B) 338.82º 1% 0.2% -
XYZ 1.47 0.75 0.64 -
YUV 17.3 128.4 152.04 -
System Red Green Blue C M Y K H S L
Decimal 51 0 18 0 1 0.65 0.8 338.82 1 0.1
Hex 33 0 12 0 64 41 50 153 64 A
Octal 63 0 22 0 144 101 120 523 144 12
Binary 110011 0 10010 0 1100100 1000001 1010000 101010011 1100100 1010

Color Harmonies of #330012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330012

Black with #330012

Text Example


Text Example

White with #330012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330012; }

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

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

background-color css

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

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

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

border-color css

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

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

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