#35040A

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

Shades of Rustic Red #35040A

Tints of Rustic Red #35040A

Color information

#35040A (or 0x35040A) is unknown color: approx Rustic Red. HEX triplet: 35, 04 and 0A. RGB value is (53,4,10). Sum of RGB (Red+Green+Blue) = 53+4+10=67 (8% of max value = 765). Red value is 53 (21.09% from 255 or 79.10% from 67); Green value is 4 (1.95% from 255 or 5.97% from 67); Blue value is 10 (4.30% from 255 or 14.93% from 67); Max value from RGB is 53 - color contains mainly: red. Hex color #35040A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #35040A is #CAFBF5. Grayscale: #131313. Windows color (decimal): -13302774 or 656437. OLE color: 656437.

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

Color convert

RGB53410-
CMYK00.920.810.79
HSL352.65º85.96%11.18%-
HSV(B)352.65º92.45%20.78%-
XYZ1.570.870.37-
YUV19.34122.73152.01-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 79.10%
GREEN value IS 4 (1.95% from 255) = 5.97%
BLUE value IS 10 (4.30% from 255) = 14.93%
R=79.10%
G=5.97%
B=14.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.81
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5341000.920.810.79352.6585.9611.18
Hex354A05C514F16156b
Octal65412013412111754112613
Binary1101011001010010111001010001100111110110000110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35040A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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