Html Css Color HEX #330306 Rustic Red

📋 copy color: '#330306'

red 51 ◦ green 3 ◦ blue 6

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

Shades of Rustic Red #330306

Tints of Rustic Red #330306

RGB

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

 GREEN value IS 3 (1.56% from 255) = 5%

 BLUE value IS 6 (2.73% from 255) = 10%

R = 85%
G = 5%
B = 10%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.88

 K value IS 0.8

RGB Variations

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

Color information

#330306 (or 0x330306) is known color: Rustic Red. HEX triplet: 33, 03 and 06. RGB value is (51,3,6). Sum of RGB (Red+Green+Blue) = 51+3+6=60 (7% of max value = 765). Red value is 51 (20.31% from 255 or 85% from 60); Green value is 3 (1.56% from 255 or 5% from 60); Blue value is 6 (2.73% from 255 or 10% from 60); Max value from RGB is 51 - color contains mainly: red. Hex color #330306 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330306 is #CCFCF9. Grayscale: #111111. Windows color (decimal): -13434106 or 394035. OLE color: 394035.

HSL color Cylindrical-coordinate representation of color #330306: hue angle of 356.25º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #330306 is Cyan = 0, Magento = 0.94, Yellow = 0.88 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 3 6 -
CMYK 0 0.94 0.88 0.8
HSL 356.25º 0.89% 0.11% -
HSV(B) 356.25º 0.94% 0.2% -
XYZ 1.43 0.78 0.25 -
YUV 17.69 121.4 151.76 -
System Red Green Blue C M Y K H S L
Decimal 51 3 6 0 0.94 0.88 0.8 356.25 0.89 0.11
Hex 33 3 6 0 5E 58 50 164 59 B
Octal 63 3 6 0 136 130 120 544 131 13
Binary 110011 11 110 0 1011110 1011000 1010000 101100100 1011001 1011

Color Harmonies of #330306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330306

Black with #330306

Text Example


Text Example

White with #330306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330306; }

 p { color: rgb(51,3,6); }

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

background-color css

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

 a { background-color: rgb(51,3,6); }

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

border-color css

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

 span { border-color: rgb(51,3,6); }

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