#33010A

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

Shades of Rustic Red #33010A

Tints of Rustic Red #33010A

Color information

#33010A (or 0x33010A) is unknown color: approx Rustic Red. HEX triplet: 33, 01 and 0A. RGB value is (51,1,10). Sum of RGB (Red+Green+Blue) = 51+1+10=62 (8% of max value = 765). Red value is 51 (20.31% from 255 or 82.26% from 62); Green value is 1 (0.78% from 255 or 1.61% from 62); Blue value is 10 (4.30% from 255 or 16.13% from 62); Max value from RGB is 51 - color contains mainly: red. Hex color #33010A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #33010A is #CCFEF5. Grayscale: #101010. Windows color (decimal): -13434614 or 655667. OLE color: 655667.

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

Color convert

RGB51110-
CMYK00.980.800.8
HSL349.2º96.15%10.2%-
HSV(B)349.2º98.04%20%-
XYZ1.430.750.36-
YUV16.98124.06152.27-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 82.26%
GREEN value IS 1 (0.78% from 255) = 1.61%
BLUE value IS 10 (4.30% from 255) = 16.13%
R=82.26%
G=1.61%
B=16.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.80
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5111000.980.800.8349.296.1510.2
Hex331A062505015d60a
Octal63112014212012053514012
Binary11001111010011000101010000101000010101110111000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33010A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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