Html Css Color HEX #351217 Rustic Red

📋 copy color: '#351217'

red 53 ◦ green 18 ◦ blue 23

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

Shades of Rustic Red #351217

Tints of Rustic Red #351217

RGB

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

 GREEN value IS 18 (7.42% from 255) = 19.15%

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

R = 56.38%
G = 19.15%
B = 24.47%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.57

 K value IS 0.79

RGB Variations

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

Color information

#351217 (or 0x351217) is known color: Rustic Red. HEX triplet: 35, 12 and 17. RGB value is (53,18,23). Sum of RGB (Red+Green+Blue) = 53+18+23=94 (12% of max value = 765). Red value is 53 (21.09% from 255 or 56.38% from 94); Green value is 18 (7.42% from 255 or 19.15% from 94); Blue value is 23 (9.38% from 255 or 24.47% from 94); Max value from RGB is 53 - color contains mainly: red. Hex color #351217 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #351217 is #CAEDE8. Grayscale: #1D1D1D. Windows color (decimal): -13299177 or 1511989. OLE color: 1511989.

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

Color convert

RGB 53 18 23 -
CMYK 0 0.66 0.57 0.79
HSL 351.43º 0.49% 0.14% -
HSV(B) 351.43º 0.66% 0.21% -
XYZ 1.84 1.25 0.96 -
YUV 29.04 124.6 145.09 -
System Red Green Blue C M Y K H S L
Decimal 53 18 23 0 0.66 0.57 0.79 351.43 0.49 0.14
Hex 35 12 17 0 42 39 4F 15F 31 E
Octal 65 22 27 0 102 71 117 537 61 16
Binary 110101 10010 10111 0 1000010 111001 1001111 101011111 110001 1110

Color Harmonies of #351217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351217

Black with #351217

Text Example


Text Example

White with #351217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351217; }

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

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

background-color css

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

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

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

border-color css

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

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

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