#35030B

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

Shades of Rustic Red #35030B

Tints of Rustic Red #35030B

Color information

#35030B (or 0x35030B) is unknown color: approx Rustic Red. HEX triplet: 35, 03 and 0B. RGB value is (53,3,11). Sum of RGB (Red+Green+Blue) = 53+3+11=67 (8% of max value = 765). Red value is 53 (21.09% from 255 or 79.10% from 67); Green value is 3 (1.56% from 255 or 4.48% from 67); Blue value is 11 (4.69% from 255 or 16.42% from 67); Max value from RGB is 53 - color contains mainly: red. Hex color #35030B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #35030B is #CAFCF4. Grayscale: #121212. Windows color (decimal): -13303029 or 721717. OLE color: 721717.

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

Color convert

RGB53311-
CMYK00.940.790.79
HSL350.4º89.29%10.98%-
HSV(B)350.4º94.34%20.78%-
XYZ1.560.850.4-
YUV18.86123.56152.35-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 79.10%
GREEN value IS 3 (1.56% from 255) = 4.48%
BLUE value IS 11 (4.69% from 255) = 16.42%
R=79.10%
G=4.48%
B=16.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.79
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5331100.940.790.79350.489.2910.98
Hex353B05E4F4F15e59b
Octal65313013611711753613113
Binary110101111011010111101001111100111110101111010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35030B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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