#350E1A

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

Shades of Rustic Red #350E1A

Tints of Rustic Red #350E1A

Color information

#350E1A (or 0x350E1A) is unknown color: approx Rustic Red. HEX triplet: 35, 0E and 1A. RGB value is (53,14,26). Sum of RGB (Red+Green+Blue) = 53+14+26=93 (12% of max value = 765). Red value is 53 (21.09% from 255 or 56.99% from 93); Green value is 14 (5.86% from 255 or 15.05% from 93); Blue value is 26 (10.55% from 255 or 27.96% from 93); Max value from RGB is 53 - color contains mainly: red. Hex color #350E1A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350E1A is #CAF1E5. Grayscale: #1B1B1B. Windows color (decimal): -13300198 or 1707573. OLE color: 1707573.

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

Color convert

RGB531426-
CMYK00.740.510.79
HSL341.54º58.21%13.14%-
HSV(B)341.54º73.58%20.78%-
XYZ1.811.151.1-
YUV27.03127.42146.52-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 56.99%
GREEN value IS 14 (5.86% from 255) = 15.05%
BLUE value IS 26 (10.55% from 255) = 27.96%
R=56.99%
G=15.05%
B=27.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.51
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53142600.740.510.79341.5458.2113.14
Hex35E1A04A334F1563ad
Octal6516320112631175267215
Binary1101011110110100100101011001110011111010101101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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