Html Css Color HEX #330506 Rustic Red

📋 copy color: '#330506'

red 51 ◦ green 5 ◦ blue 6

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

Shades of Rustic Red #330506

Tints of Rustic Red #330506

RGB

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

 GREEN value IS 5 (2.34% from 255) = 8.06%

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

R = 82.26%
G = 8.06%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.88

 K value IS 0.8

RGB Variations

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

Color information

#330506 (or 0x330506) is known color: Rustic Red. HEX triplet: 33, 05 and 06. RGB value is (51,5,6). Sum of RGB (Red+Green+Blue) = 51+5+6=62 (8% of max value = 765). Red value is 51 (20.31% from 255 or 82.26% from 62); Green value is 5 (2.34% from 255 or 8.06% from 62); Blue value is 6 (2.73% from 255 or 9.68% from 62); Max value from RGB is 51 - color contains mainly: red. Hex color #330506 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330506 is #CCFAF9. Grayscale: #121212. Windows color (decimal): -13433594 or 394547. OLE color: 394547.

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

Color convert

RGB 51 5 6 -
CMYK 0 0.90 0.88 0.8
HSL 358.7º 0.82% 0.11% -
HSV(B) 358.7º 0.9% 0.2% -
XYZ 1.45 0.83 0.26 -
YUV 18.87 120.74 150.92 -
System Red Green Blue C M Y K H S L
Decimal 51 5 6 0 0.90 0.88 0.8 358.7 0.82 0.11
Hex 33 5 6 0 5A 58 50 167 52 B
Octal 63 5 6 0 132 130 120 547 122 13
Binary 110011 101 110 0 1011010 1011000 1010000 101100111 1010010 1011

Color Harmonies of #330506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330506

Black with #330506

Text Example


Text Example

White with #330506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330506; }

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

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

background-color css

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

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

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

border-color css

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

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

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