#35171A

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

Shades of Rustic Red #35171A

Tints of Rustic Red #35171A

Color information

#35171A (or 0x35171A) is unknown color: approx Rustic Red. HEX triplet: 35, 17 and 1A. RGB value is (53,23,26). Sum of RGB (Red+Green+Blue) = 53+23+26=102 (13% of max value = 765). Red value is 53 (21.09% from 255 or 51.96% from 102); Green value is 23 (9.38% from 255 or 22.55% from 102); Blue value is 26 (10.55% from 255 or 25.49% from 102); Max value from RGB is 53 - color contains mainly: red. Hex color #35171A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35171A is #CAE8E5. Grayscale: #202020. Windows color (decimal): -13297894 or 1709877. OLE color: 1709877.

HSL color Cylindrical-coordinate representation of color #35171A: hue angle of 354º degrees, saturation: 0.39, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #35171A is Cyan = 0, Magento = 0.57, Yellow = 0.51 and Black (K on CMYK) = 0.79.

Color convert

RGB532326-
CMYK00.570.510.79
HSL354º39.47%14.9%-
HSV(B)354º56.6%20.78%-
XYZ1.961.441.15-
YUV32.31124.44142.76-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 51.96%
GREEN value IS 23 (9.38% from 255) = 22.55%
BLUE value IS 26 (10.55% from 255) = 25.49%
R=51.96%
G=22.55%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.51
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53232600.570.510.7935439.4714.9
Hex35171A039334F16227f
Octal652732071631175424717
Binary1101011011111010011100111001110011111011000101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35171A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35171A; }

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

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

<style>
 a { background-color: #35171A; }

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

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

<style>
 span { border-color: #35171A; }

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

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