Html Css Color HEX #351317 Rustic Red

📋 copy color: '#351317'

red 53 ◦ green 19 ◦ blue 23

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

Shades of Rustic Red #351317

Tints of Rustic Red #351317

RGB

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

 GREEN value IS 19 (7.81% from 255) = 20%

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

R = 55.79%
G = 20%
B = 24.21%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.57

 K value IS 0.79

RGB Variations

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

Color information

#351317 (or 0x351317) is known color: Rustic Red. HEX triplet: 35, 13 and 17. RGB value is (53,19,23). Sum of RGB (Red+Green+Blue) = 53+19+23=95 (12% of max value = 765). Red value is 53 (21.09% from 255 or 55.79% from 95); Green value is 19 (7.81% from 255 or 20% from 95); Blue value is 23 (9.38% from 255 or 24.21% from 95); Max value from RGB is 53 - color contains mainly: red. Hex color #351317 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #351317 is #CAECE8. Grayscale: #1D1D1D. Windows color (decimal): -13298921 or 1512245. OLE color: 1512245.

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

Color convert

RGB 53 19 23 -
CMYK 0 0.64 0.57 0.79
HSL 352.94º 0.47% 0.14% -
HSV(B) 352.94º 0.64% 0.21% -
XYZ 1.86 1.28 0.96 -
YUV 29.62 124.26 144.67 -
System Red Green Blue C M Y K H S L
Decimal 53 19 23 0 0.64 0.57 0.79 352.94 0.47 0.14
Hex 35 13 17 0 40 39 4F 161 2F E
Octal 65 23 27 0 100 71 117 541 57 16
Binary 110101 10011 10111 0 1000000 111001 1001111 101100001 101111 1110

Color Harmonies of #351317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351317

Black with #351317

Text Example


Text Example

White with #351317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351317; }

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

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

background-color css

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

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

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

border-color css

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

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

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