#35010E

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

Shades of Rustic Red #35010E

Tints of Rustic Red #35010E

Color information

#35010E (or 0x35010E) is unknown color: approx Rustic Red. HEX triplet: 35, 01 and 0E. RGB value is (53,1,14). Sum of RGB (Red+Green+Blue) = 53+1+14=68 (9% of max value = 765). Red value is 53 (21.09% from 255 or 77.94% from 68); Green value is 1 (0.78% from 255 or 1.47% from 68); Blue value is 14 (5.86% from 255 or 20.59% from 68); Max value from RGB is 53 - color contains mainly: red. Hex color #35010E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #35010E is #CAFEF1. Grayscale: #121212. Windows color (decimal): -13303538 or 917813. OLE color: 917813.

HSL color Cylindrical-coordinate representation of color #35010E: hue angle of 345º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #35010E is Cyan = 0, Magento = 0.98, Yellow = 0.74 and Black (K on CMYK) = 0.79.

Color convert

RGB53114-
CMYK00.980.740.79
HSL345º96.3%10.59%-
HSV(B)345º98.11%20.78%-
XYZ1.560.810.49-
YUV18.03125.73152.94-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 77.94%
GREEN value IS 1 (0.78% from 255) = 1.47%
BLUE value IS 14 (5.86% from 255) = 20.59%
R=77.94%
G=1.47%
B=20.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.74
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5311400.980.740.7934596.310.59
Hex351E0624A4F15960b
Octal65116014211211753114013
Binary11010111110011000101001010100111110101100111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35010E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35010E; }

 p { color: rgb(53,1,14); }

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

<style>
 a { background-color: #35010E; }

 a { background-color: rgb(53,1,14); }

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

<style>
 span { border-color: #35010E; }

 span { border-color: rgb(53,1,14); }

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