#350A0F

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

Shades of Rustic Red #350A0F

Tints of Rustic Red #350A0F

Color information

#350A0F (or 0x350A0F) is unknown color: approx Rustic Red. HEX triplet: 35, 0A and 0F. RGB value is (53,10,15). Sum of RGB (Red+Green+Blue) = 53+10+15=78 (10% of max value = 765). Red value is 53 (21.09% from 255 or 67.95% from 78); Green value is 10 (4.30% from 255 or 12.82% from 78); Blue value is 15 (6.25% from 255 or 19.23% from 78); Max value from RGB is 53 - color contains mainly: red. Hex color #350A0F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350A0F is #CAF5F0. Grayscale: #171717. Windows color (decimal): -13301233 or 985653. OLE color: 985653.

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

Color convert

RGB531015-
CMYK00.810.720.79
HSL353.02º68.25%12.35%-
HSV(B)353.02º81.13%20.78%-
XYZ1.661.010.56-
YUV23.43123.25149.09-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 67.95%
GREEN value IS 10 (4.30% from 255) = 12.82%
BLUE value IS 15 (6.25% from 255) = 19.23%
R=67.95%
G=12.82%
B=19.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.72
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53101500.810.720.79353.0268.2512.35
Hex35AF051484F16144c
Octal651217012111011754110414
Binary11010110101111010100011001000100111110110000110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350A0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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