#350B0E

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

Shades of Rustic Red #350B0E

Tints of Rustic Red #350B0E

Color information

#350B0E (or 0x350B0E) is unknown color: approx Rustic Red. HEX triplet: 35, 0B and 0E. RGB value is (53,11,14). Sum of RGB (Red+Green+Blue) = 53+11+14=78 (10% of max value = 765). Red value is 53 (21.09% from 255 or 67.95% from 78); Green value is 11 (4.69% from 255 or 14.10% from 78); Blue value is 14 (5.86% from 255 or 17.95% from 78); Max value from RGB is 53 - color contains mainly: red. Hex color #350B0E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350B0E is #CAF4F1. Grayscale: #171717. Windows color (decimal): -13300978 or 920373. OLE color: 920373.

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

Color convert

RGB531114-
CMYK00.790.740.79
HSL355.71º65.62%12.55%-
HSV(B)355.71º79.25%20.78%-
XYZ1.671.030.53-
YUV23.9122.41148.76-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 67.95%
GREEN value IS 11 (4.69% from 255) = 14.10%
BLUE value IS 14 (5.86% from 255) = 17.95%
R=67.95%
G=14.10%
B=17.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.74
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53111400.790.740.79355.7165.6212.55
Hex35BE04F4A4F16442d
Octal651316011711211754410215
Binary11010110111110010011111001010100111110110010010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350B0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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