#350E0F

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

Shades of Rustic Red #350E0F

Tints of Rustic Red #350E0F

Color information

#350E0F (or 0x350E0F) is unknown color: approx Rustic Red. HEX triplet: 35, 0E and 0F. RGB value is (53,14,15). Sum of RGB (Red+Green+Blue) = 53+14+15=82 (10% of max value = 765). Red value is 53 (21.09% from 255 or 64.63% from 82); Green value is 14 (5.86% from 255 or 17.07% from 82); Blue value is 15 (6.25% from 255 or 18.29% from 82); Max value from RGB is 53 - color contains mainly: red. Hex color #350E0F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350E0F is #CAF1F0. Grayscale: #191919. Windows color (decimal): -13300209 or 986677. OLE color: 986677.

HSL color Cylindrical-coordinate representation of color #350E0F: hue angle of 358.46º degrees, saturation: 0.58, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #350E0F is Cyan = 0, Magento = 0.74, Yellow = 0.72 and Black (K on CMYK) = 0.79.

Color convert

RGB531415-
CMYK00.740.720.79
HSL358.46º58.21%13.14%-
HSV(B)358.46º73.58%20.78%-
XYZ1.711.110.58-
YUV25.78121.92147.42-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 64.63%
GREEN value IS 14 (5.86% from 255) = 17.07%
BLUE value IS 15 (6.25% from 255) = 18.29%
R=64.63%
G=17.07%
B=18.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.72
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53141500.740.720.79358.4658.2113.14
Hex35EF04A484F1663ad
Octal65161701121101175467215
Binary1101011110111101001010100100010011111011001101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350E0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350E0F; }

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

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

<style>
 a { background-color: #350E0F; }

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

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

<style>
 span { border-color: #350E0F; }

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

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