#35030A

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

Shades of Rustic Red #35030A

Tints of Rustic Red #35030A

Color information

#35030A (or 0x35030A) is unknown color: approx Rustic Red. HEX triplet: 35, 03 and 0A. RGB value is (53,3,10). Sum of RGB (Red+Green+Blue) = 53+3+10=66 (8% of max value = 765). Red value is 53 (21.09% from 255 or 80.30% from 66); Green value is 3 (1.56% from 255 or 4.55% from 66); Blue value is 10 (4.30% from 255 or 15.15% from 66); Max value from RGB is 53 - color contains mainly: red. Hex color #35030A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #35030A is #CAFCF5. Grayscale: #121212. Windows color (decimal): -13303030 or 656181. OLE color: 656181.

HSL color Cylindrical-coordinate representation of color #35030A: hue angle of 351.6º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #35030A is Cyan = 0, Magento = 0.94, Yellow = 0.81 and Black (K on CMYK) = 0.79.

Color convert

RGB53310-
CMYK00.940.810.79
HSL351.6º89.29%10.98%-
HSV(B)351.6º94.34%20.78%-
XYZ1.560.840.37-
YUV18.75123.06152.43-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 80.30%
GREEN value IS 3 (1.56% from 255) = 4.55%
BLUE value IS 10 (4.30% from 255) = 15.15%
R=80.30%
G=4.55%
B=15.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.81
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5331000.940.810.79351.689.2910.98
Hex353A05E514F16059b
Octal65312013612111754013113
Binary110101111010010111101010001100111110110000010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35030A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,3,10); }

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

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

 a { background-color: rgb(53,3,10); }

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

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

 span { border-color: rgb(53,3,10); }

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