Html Css Color HEX #330010 Rustic Red

📋 copy color: '#330010'

red 51 ◦ green 0 ◦ blue 16

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

Shades of Rustic Red #330010

Tints of Rustic Red #330010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 23.88%

R = 76.12%
G = 0%
B = 23.88%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.69

 K value IS 0.8

RGB Variations

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

Color information

#330010 (or 0x330010) is known color: Rustic Red. HEX triplet: 33, 00 and 10. RGB value is (51,0,16). Sum of RGB (Red+Green+Blue) = 51+0+16=67 (8% of max value = 765). Red value is 51 (20.31% from 255 or 76.12% from 67); Green value is 0 (0.39% from 255 or 0% from 67); Blue value is 16 (6.64% from 255 or 23.88% from 67); Max value from RGB is 51 - color contains mainly: red. Hex color #330010 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330010 is #CCFFEF. Grayscale: #111111. Windows color (decimal): -13434864 or 1048627. OLE color: 1048627.

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

Color convert

RGB 51 0 16 -
CMYK 0 1 0.69 0.8
HSL 341.18º 1% 0.1% -
HSV(B) 341.18º 1% 0.2% -
XYZ 1.46 0.74 0.56 -
YUV 17.07 127.4 152.2 -
System Red Green Blue C M Y K H S L
Decimal 51 0 16 0 1 0.69 0.8 341.18 1 0.1
Hex 33 0 10 0 64 45 50 155 64 A
Octal 63 0 20 0 144 105 120 525 144 12
Binary 110011 0 10000 0 1100100 1000101 1010000 101010101 1100100 1010

Color Harmonies of #330010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330010

Black with #330010

Text Example


Text Example

White with #330010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330010; }

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

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

background-color css

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

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

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

border-color css

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

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

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