Html Css Color HEX #351115 Rustic Red

📋 copy color: '#351115'

red 53 ◦ green 17 ◦ blue 21

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

Shades of Rustic Red #351115

Tints of Rustic Red #351115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 23.08%

R = 58.24%
G = 18.68%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.60

 K value IS 0.79

RGB Variations

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

Color information

#351115 (or 0x351115) is known color: Rustic Red. HEX triplet: 35, 11 and 15. RGB value is (53,17,21). Sum of RGB (Red+Green+Blue) = 53+17+21=91 (12% of max value = 765). Red value is 53 (21.09% from 255 or 58.24% from 91); Green value is 17 (7.03% from 255 or 18.68% from 91); Blue value is 21 (8.59% from 255 or 23.08% from 91); Max value from RGB is 53 - color contains mainly: red. Hex color #351115 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #351115 is #CAEEEA. Grayscale: #1C1C1C. Windows color (decimal): -13299435 or 1380661. OLE color: 1380661.

HSL color Cylindrical-coordinate representation of color #351115: hue angle of 353.33º 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 #351115 is Cyan = 0, Magento = 0.68, Yellow = 0.60 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 17 21 -
CMYK 0 0.68 0.60 0.79
HSL 353.33º 0.51% 0.14% -
HSV(B) 353.33º 0.68% 0.21% -
XYZ 1.8 1.21 0.85 -
YUV 28.22 123.93 145.67 -
System Red Green Blue C M Y K H S L
Decimal 53 17 21 0 0.68 0.60 0.79 353.33 0.51 0.14
Hex 35 11 15 0 44 3C 4F 161 33 E
Octal 65 21 25 0 104 74 117 541 63 16
Binary 110101 10001 10101 0 1000100 111100 1001111 101100001 110011 1110

Color Harmonies of #351115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351115

Black with #351115

Text Example


Text Example

White with #351115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351115; }

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

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

background-color css

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

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

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

border-color css

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

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

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