#350B0D

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

Shades of Rustic Red #350B0D

Tints of Rustic Red #350B0D

Color information

#350B0D (or 0x350B0D) is unknown color: approx Rustic Red. HEX triplet: 35, 0B and 0D. RGB value is (53,11,13). Sum of RGB (Red+Green+Blue) = 53+11+13=77 (10% of max value = 765). Red value is 53 (21.09% from 255 or 68.83% from 77); Green value is 11 (4.69% from 255 or 14.29% from 77); Blue value is 13 (5.47% from 255 or 16.88% from 77); Max value from RGB is 53 - color contains mainly: red. Hex color #350B0D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350B0D is #CAF4F2. Grayscale: #171717. Windows color (decimal): -13300979 or 854837. OLE color: 854837.

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

Color convert

RGB531113-
CMYK00.790.750.79
HSL357.14º65.62%12.55%-
HSV(B)357.14º79.25%20.78%-
XYZ1.661.030.49-
YUV23.79121.91148.84-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 68.83%
GREEN value IS 11 (4.69% from 255) = 14.29%
BLUE value IS 13 (5.47% from 255) = 16.88%
R=68.83%
G=14.29%
B=16.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.75
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53111300.790.750.79357.1465.6212.55
Hex35BD04F4B4F16542d
Octal651315011711311754510215
Binary11010110111101010011111001011100111110110010110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350B0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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