#35030C

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

Shades of Rustic Red #35030C

Tints of Rustic Red #35030C

Color information

#35030C (or 0x35030C) is unknown color: approx Rustic Red. HEX triplet: 35, 03 and 0C. RGB value is (53,3,12). Sum of RGB (Red+Green+Blue) = 53+3+12=68 (9% of max value = 765). Red value is 53 (21.09% from 255 or 77.94% from 68); Green value is 3 (1.56% from 255 or 4.41% from 68); Blue value is 12 (5.08% from 255 or 17.65% from 68); Max value from RGB is 53 - color contains mainly: red. Hex color #35030C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #35030C is #CAFCF3. Grayscale: #121212. Windows color (decimal): -13303028 or 787253. OLE color: 787253.

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

Color convert

RGB53312-
CMYK00.940.770.79
HSL349.2º89.29%10.98%-
HSV(B)349.2º94.34%20.78%-
XYZ1.570.850.43-
YUV18.98124.06152.27-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 77.94%
GREEN value IS 3 (1.56% from 255) = 4.41%
BLUE value IS 12 (5.08% from 255) = 17.65%
R=77.94%
G=4.41%
B=17.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.77
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5331200.940.770.79349.289.2910.98
Hex353C05E4D4F15d59b
Octal65314013611511753513113
Binary110101111100010111101001101100111110101110110110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35030C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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