Html Css Color HEX #351013 Rustic Red

📋 copy color: '#351013'

red 53 ◦ green 16 ◦ blue 19

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

Shades of Rustic Red #351013

Tints of Rustic Red #351013

RGB

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

 GREEN value IS 16 (6.64% from 255) = 18.18%

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

R = 60.23%
G = 18.18%
B = 21.59%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.64

 K value IS 0.79

RGB Variations

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

Color information

#351013 (or 0x351013) is known color: Rustic Red. HEX triplet: 35, 10 and 13. RGB value is (53,16,19). Sum of RGB (Red+Green+Blue) = 53+16+19=88 (11% of max value = 765). Red value is 53 (21.09% from 255 or 60.23% from 88); Green value is 16 (6.64% from 255 or 18.18% from 88); Blue value is 19 (7.81% from 255 or 21.59% from 88); Max value from RGB is 53 - color contains mainly: red. Hex color #351013 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #351013 is #CAEFEC. Grayscale: #1B1B1B. Windows color (decimal): -13299693 or 1249333. OLE color: 1249333.

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

Color convert

RGB 53 16 19 -
CMYK 0 0.70 0.64 0.79
HSL 355.14º 0.54% 0.14% -
HSV(B) 355.14º 0.7% 0.21% -
XYZ 1.77 1.17 0.75 -
YUV 27.41 123.26 146.26 -
System Red Green Blue C M Y K H S L
Decimal 53 16 19 0 0.70 0.64 0.79 355.14 0.54 0.14
Hex 35 10 13 0 46 40 4F 163 36 E
Octal 65 20 23 0 106 100 117 543 66 16
Binary 110101 10000 10011 0 1000110 1000000 1001111 101100011 110110 1110

Color Harmonies of #351013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351013

Black with #351013

Text Example


Text Example

White with #351013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351013; }

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

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

background-color css

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

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

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

border-color css

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

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

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