#350F16

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

Shades of Rustic Red #350F16

Tints of Rustic Red #350F16

Color information

#350F16 (or 0x350F16) is unknown color: approx Rustic Red. HEX triplet: 35, 0F and 16. RGB value is (53,15,22). Sum of RGB (Red+Green+Blue) = 53+15+22=90 (11% of max value = 765). Red value is 53 (21.09% from 255 or 58.89% from 90); Green value is 15 (6.25% from 255 or 16.67% from 90); Blue value is 22 (8.98% from 255 or 24.44% from 90); Max value from RGB is 53 - color contains mainly: red. Hex color #350F16 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350F16 is #CAF0E9. Grayscale: #1B1B1B. Windows color (decimal): -13299946 or 1445685. OLE color: 1445685.

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

Color convert

RGB531522-
CMYK00.720.580.79
HSL348.95º55.88%13.33%-
HSV(B)348.95º71.7%20.78%-
XYZ1.781.160.89-
YUV27.16125.09146.43-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 58.89%
GREEN value IS 15 (6.25% from 255) = 16.67%
BLUE value IS 22 (8.98% from 255) = 24.44%
R=58.89%
G=16.67%
B=24.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.58
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53152200.720.580.79348.9555.8813.33
Hex35F160483A4F15d38d
Octal6517260110721175357015
Binary1101011111101100100100011101010011111010111011110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350F16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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