Html Css Color HEX #351113 Rustic Red

📋 copy color: '#351113'

red 53 ◦ green 17 ◦ blue 19

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

Shades of Rustic Red #351113

Tints of Rustic Red #351113

RGB

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

 GREEN value IS 17 (7.03% from 255) = 19.1%

 BLUE value IS 19 (7.81% from 255) = 21.35%

R = 59.55%
G = 19.1%
B = 21.35%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.64

 K value IS 0.79

RGB Variations

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

Color information

#351113 (or 0x351113) is known color: Rustic Red. HEX triplet: 35, 11 and 13. RGB value is (53,17,19). Sum of RGB (Red+Green+Blue) = 53+17+19=89 (11% of max value = 765). Red value is 53 (21.09% from 255 or 59.55% from 89); Green value is 17 (7.03% from 255 or 19.10% from 89); Blue value is 19 (7.81% from 255 or 21.35% from 89); Max value from RGB is 53 - color contains mainly: red. Hex color #351113 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #351113 is #CAEEEC. Grayscale: #1C1C1C. Windows color (decimal): -13299437 or 1249589. OLE color: 1249589.

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

Color convert

RGB 53 17 19 -
CMYK 0 0.68 0.64 0.79
HSL 356.67º 0.51% 0.14% -
HSV(B) 356.67º 0.68% 0.21% -
XYZ 1.79 1.2 0.75 -
YUV 27.99 122.93 145.84 -
System Red Green Blue C M Y K H S L
Decimal 53 17 19 0 0.68 0.64 0.79 356.67 0.51 0.14
Hex 35 11 13 0 44 40 4F 165 33 E
Octal 65 21 23 0 104 100 117 545 63 16
Binary 110101 10001 10011 0 1000100 1000000 1001111 101100101 110011 1110

Color Harmonies of #351113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351113

Black with #351113

Text Example


Text Example

White with #351113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351113; }

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

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

background-color css

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

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

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

border-color css

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

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

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