#350F18

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

Shades of Rustic Red #350F18

Tints of Rustic Red #350F18

Color information

#350F18 (or 0x350F18) is unknown color: approx Rustic Red. HEX triplet: 35, 0F and 18. RGB value is (53,15,24). Sum of RGB (Red+Green+Blue) = 53+15+24=92 (12% of max value = 765). Red value is 53 (21.09% from 255 or 57.61% from 92); Green value is 15 (6.25% from 255 or 16.30% from 92); Blue value is 24 (9.77% from 255 or 26.09% from 92); Max value from RGB is 53 - color contains mainly: red. Hex color #350F18 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350F18 is #CAF0E7. Grayscale: #1B1B1B. Windows color (decimal): -13299944 or 1576757. OLE color: 1576757.

HSL color Cylindrical-coordinate representation of color #350F18: hue angle of 345.79º 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 #350F18 is Cyan = 0, Magento = 0.72, Yellow = 0.55 and Black (K on CMYK) = 0.79.

Color convert

RGB531524-
CMYK00.720.550.79
HSL345.79º55.88%13.33%-
HSV(B)345.79º71.7%20.78%-
XYZ1.81.160.99-
YUV27.39126.09146.27-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 57.61%
GREEN value IS 15 (6.25% from 255) = 16.30%
BLUE value IS 24 (9.77% from 255) = 26.09%
R=57.61%
G=16.30%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.55
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53152400.720.550.79345.7955.8813.33
Hex35F18048374F15a38d
Octal6517300110671175327015
Binary1101011111110000100100011011110011111010110101110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350F18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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