#350C1A

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

Shades of Rustic Red #350C1A

Tints of Rustic Red #350C1A

Color information

#350C1A (or 0x350C1A) is unknown color: approx Rustic Red. HEX triplet: 35, 0C and 1A. RGB value is (53,12,26). Sum of RGB (Red+Green+Blue) = 53+12+26=91 (12% of max value = 765). Red value is 53 (21.09% from 255 or 58.24% from 91); Green value is 12 (5.08% from 255 or 13.19% from 91); Blue value is 26 (10.55% from 255 or 28.57% from 91); Max value from RGB is 53 - color contains mainly: red. Hex color #350C1A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350C1A is #CAF3E5. Grayscale: #191919. Windows color (decimal): -13300710 or 1707061. OLE color: 1707061.

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

Color convert

RGB531226-
CMYK00.770.510.79
HSL339.51º63.08%12.75%-
HSV(B)339.51º77.36%20.78%-
XYZ1.791.091.09-
YUV25.85128.08147.36-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 58.24%
GREEN value IS 12 (5.08% from 255) = 13.19%
BLUE value IS 26 (10.55% from 255) = 28.57%
R=58.24%
G=13.19%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.51
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53122600.770.510.79339.5163.0812.75
Hex35C1A04D334F1543fd
Octal6514320115631175247715
Binary1101011100110100100110111001110011111010101001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350C1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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