Html Css Color HEX #330209 Rustic Red

📋 copy color: '#330209'

red 51 ◦ green 2 ◦ blue 9

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

Shades of Rustic Red #330209

Tints of Rustic Red #330209

RGB

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

 GREEN value IS 2 (1.17% from 255) = 3.23%

 BLUE value IS 9 (3.91% from 255) = 14.52%

R = 82.26%
G = 3.23%
B = 14.52%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.82

 K value IS 0.8

RGB Variations

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

Color information

#330209 (or 0x330209) is known color: Rustic Red. HEX triplet: 33, 02 and 09. RGB value is (51,2,9). Sum of RGB (Red+Green+Blue) = 51+2+9=62 (8% of max value = 765). Red value is 51 (20.31% from 255 or 82.26% from 62); Green value is 2 (1.17% from 255 or 3.23% from 62); Blue value is 9 (3.91% from 255 or 14.52% from 62); Max value from RGB is 51 - color contains mainly: red. Hex color #330209 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330209 is #CCFDF6. Grayscale: #111111. Windows color (decimal): -13434359 or 590387. OLE color: 590387.

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

Color convert

RGB 51 2 9 -
CMYK 0 0.96 0.82 0.8
HSL 351.43º 0.92% 0.1% -
HSV(B) 351.43º 0.96% 0.2% -
XYZ 1.44 0.77 0.33 -
YUV 17.45 123.23 151.93 -
System Red Green Blue C M Y K H S L
Decimal 51 2 9 0 0.96 0.82 0.8 351.43 0.92 0.1
Hex 33 2 9 0 60 52 50 15F 5C A
Octal 63 2 11 0 140 122 120 537 134 12
Binary 110011 10 1001 0 1100000 1010010 1010000 101011111 1011100 1010

Color Harmonies of #330209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330209

Black with #330209

Text Example


Text Example

White with #330209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330209; }

 p { color: rgb(51,2,9); }

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

background-color css

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

 a { background-color: rgb(51,2,9); }

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

border-color css

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

 span { border-color: rgb(51,2,9); }

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