#33000A

Color #33000A Rustic Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rustic Red #33000A

Tints of Rustic Red #33000A

Color information

#33000A (or 0x33000A) is unknown color: approx Rustic Red. HEX triplet: 33, 00 and 0A. RGB value is (51,0,10). Sum of RGB (Red+Green+Blue) = 51+0+10=61 (8% of max value = 765). Red value is 51 (20.31% from 255 or 83.61% from 61); Green value is 0 (0.39% from 255 or 0% from 61); Blue value is 10 (4.30% from 255 or 16.39% from 61); Max value from RGB is 51 - color contains mainly: red. Hex color #33000A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #33000A is #CCFFF5. Grayscale: #101010. Windows color (decimal): -13434870 or 655411. OLE color: 655411.

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

Color convert

RGB51010-
CMYK010.800.8
HSL348.24º100%10%-
HSV(B)348.24º100%20%-
XYZ1.420.730.35-
YUV16.39124.4152.69-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 83.61%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 10 (4.30% from 255) = 16.39%
R=83.61%
G=0%
B=16.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.80
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51010010.800.8348.2410010
Hex330A064505015c64a
Octal63012014412012053414412
Binary11001101010011001001010000101000010101110011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33000A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33000A; }

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

 H1.HeaderClassName
 {
   color: #33000A;
 }
 .AnyTagClassName
 {
   color: #33000A;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #33000A;
 }
 .BgClassName
 {
   background-color: #33000A;
 }
</style>
border-color css

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

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

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