#350F1A

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

Shades of Rustic Red #350F1A

Tints of Rustic Red #350F1A

Color information

#350F1A (or 0x350F1A) is unknown color: approx Rustic Red. HEX triplet: 35, 0F and 1A. RGB value is (53,15,26). Sum of RGB (Red+Green+Blue) = 53+15+26=94 (12% of max value = 765). Red value is 53 (21.09% from 255 or 56.38% from 94); Green value is 15 (6.25% from 255 or 15.96% from 94); Blue value is 26 (10.55% from 255 or 27.66% from 94); Max value from RGB is 53 - color contains mainly: red. Hex color #350F1A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350F1A is #CAF0E5. Grayscale: #1B1B1B. Windows color (decimal): -13299942 or 1707829. OLE color: 1707829.

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

Color convert

RGB531526-
CMYK00.720.510.79
HSL342.63º55.88%13.33%-
HSV(B)342.63º71.7%20.78%-
XYZ1.831.171.11-
YUV27.62127.09146.11-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 56.38%
GREEN value IS 15 (6.25% from 255) = 15.96%
BLUE value IS 26 (10.55% from 255) = 27.66%
R=56.38%
G=15.96%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.51
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53152600.720.510.79342.6355.8813.33
Hex35F1A048334F15738d
Octal6517320110631175277015
Binary1101011111110100100100011001110011111010101111110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350F1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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