#351617

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

Shades of Rustic Red #351617

Tints of Rustic Red #351617

Color information

#351617 (or 0x351617) is unknown color: approx Rustic Red. HEX triplet: 35, 16 and 17. RGB value is (53,22,23). Sum of RGB (Red+Green+Blue) = 53+22+23=98 (12% of max value = 765). Red value is 53 (21.09% from 255 or 54.08% from 98); Green value is 22 (8.98% from 255 or 22.45% from 98); Blue value is 23 (9.38% from 255 or 23.47% from 98); Max value from RGB is 53 - color contains mainly: red. Hex color #351617 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #351617 is #CAE9E8. Grayscale: #1F1F1F. Windows color (decimal): -13298153 or 1513013. OLE color: 1513013.

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

Color convert

RGB532223-
CMYK00.580.570.79
HSL358.06º41.33%14.71%-
HSV(B)358.06º58.49%20.78%-
XYZ1.911.390.98-
YUV31.38123.27143.42-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 54.08%
GREEN value IS 22 (8.98% from 255) = 22.45%
BLUE value IS 23 (9.38% from 255) = 23.47%
R=54.08%
G=22.45%
B=23.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.57
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53222300.580.570.79358.0641.3314.71
Hex35161703A394F16629f
Octal652627072711175465117
Binary1101011011010111011101011100110011111011001101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351617

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351617; }

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

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

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

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

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

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

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

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