Html Css Color HEX #351417 Rustic Red

📋 copy color: '#351417'

red 53 ◦ green 20 ◦ blue 23

#351417
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rustic Red #351417

Tints of Rustic Red #351417

RGB

 RED value IS 53 (21.09% from 255) = 55.21%

 GREEN value IS 20 (8.2% from 255) = 20.83%

 BLUE value IS 23 (9.38% from 255) = 23.96%

R = 55.21%
G = 20.83%
B = 23.96%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.57

 K value IS 0.79

RGB Variations

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

Color information

#351417 (or 0x351417) is known color: Rustic Red. HEX triplet: 35, 14 and 17. RGB value is (53,20,23). Sum of RGB (Red+Green+Blue) = 53+20+23=96 (12% of max value = 765). Red value is 53 (21.09% from 255 or 55.21% from 96); Green value is 20 (8.20% from 255 or 20.83% from 96); Blue value is 23 (9.38% from 255 or 23.96% from 96); Max value from RGB is 53 - color contains mainly: red. Hex color #351417 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #351417 is #CAEBE8. Grayscale: #1E1E1E. Windows color (decimal): -13298665 or 1512501. OLE color: 1512501.

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

Color convert

RGB 53 20 23 -
CMYK 0 0.62 0.57 0.79
HSL 354.55º 0.45% 0.14% -
HSV(B) 354.55º 0.62% 0.21% -
XYZ 1.87 1.32 0.97 -
YUV 30.21 123.93 144.26 -
System Red Green Blue C M Y K H S L
Decimal 53 20 23 0 0.62 0.57 0.79 354.55 0.45 0.14
Hex 35 14 17 0 3E 39 4F 163 2D E
Octal 65 24 27 0 76 71 117 543 55 16
Binary 110101 10100 10111 0 111110 111001 1001111 101100011 101101 1110

Color Harmonies of #351417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351417

Black with #351417

Text Example


Text Example

White with #351417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351417; }

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

 H1.HeaderClassName
 {
   color: #351417;
 }
 .AnyTagClassName
 {
   color: #351417;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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