#35030D

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

Shades of Rustic Red #35030D

Tints of Rustic Red #35030D

Color information

#35030D (or 0x35030D) is unknown color: approx Rustic Red. HEX triplet: 35, 03 and 0D. RGB value is (53,3,13). Sum of RGB (Red+Green+Blue) = 53+3+13=69 (9% of max value = 765). Red value is 53 (21.09% from 255 or 76.81% from 69); Green value is 3 (1.56% from 255 or 4.35% from 69); Blue value is 13 (5.47% from 255 or 18.84% from 69); Max value from RGB is 53 - color contains mainly: red. Hex color #35030D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #35030D is #CAFCF2. Grayscale: #131313. Windows color (decimal): -13303027 or 852789. OLE color: 852789.

HSL color Cylindrical-coordinate representation of color #35030D: hue angle of 348º 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 #35030D is Cyan = 0, Magento = 0.94, Yellow = 0.75 and Black (K on CMYK) = 0.79.

Color convert

RGB53313-
CMYK00.940.750.79
HSL348º89.29%10.98%-
HSV(B)348º94.34%20.78%-
XYZ1.570.850.46-
YUV19.09124.56152.19-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 76.81%
GREEN value IS 3 (1.56% from 255) = 4.35%
BLUE value IS 13 (5.47% from 255) = 18.84%
R=76.81%
G=4.35%
B=18.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.75
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5331300.940.750.7934889.2910.98
Hex353D05E4B4F15c59b
Octal65315013611311753413113
Binary110101111101010111101001011100111110101110010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35030D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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