Html Css Color HEX #351215 Rustic Red

📋 copy color: '#351215'

red 53 ◦ green 18 ◦ blue 21

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

Shades of Rustic Red #351215

Tints of Rustic Red #351215

RGB

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

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

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

R = 57.61%
G = 19.57%
B = 22.83%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.60

 K value IS 0.79

RGB Variations

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

Color information

#351215 (or 0x351215) is known color: Rustic Red. HEX triplet: 35, 12 and 15. RGB value is (53,18,21). Sum of RGB (Red+Green+Blue) = 53+18+21=92 (12% of max value = 765). Red value is 53 (21.09% from 255 or 57.61% from 92); Green value is 18 (7.42% from 255 or 19.57% from 92); Blue value is 21 (8.59% from 255 or 22.83% from 92); Max value from RGB is 53 - color contains mainly: red. Hex color #351215 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #351215 is #CAEDEA. Grayscale: #1C1C1C. Windows color (decimal): -13299179 or 1380917. OLE color: 1380917.

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

Color convert

RGB 53 18 21 -
CMYK 0 0.66 0.60 0.79
HSL 354.86º 0.49% 0.14% -
HSV(B) 354.86º 0.66% 0.21% -
XYZ 1.82 1.24 0.85 -
YUV 28.81 123.6 145.26 -
System Red Green Blue C M Y K H S L
Decimal 53 18 21 0 0.66 0.60 0.79 354.86 0.49 0.14
Hex 35 12 15 0 42 3C 4F 163 31 E
Octal 65 22 25 0 102 74 117 543 61 16
Binary 110101 10010 10101 0 1000010 111100 1001111 101100011 110001 1110

Color Harmonies of #351215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351215

Black with #351215

Text Example


Text Example

White with #351215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351215; }

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

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

background-color css

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

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

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

border-color css

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

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

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