Html Css Color HEX #351011 Rustic Red

📋 copy color: '#351011'

red 53 ◦ green 16 ◦ blue 17

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

Shades of Rustic Red #351011

Tints of Rustic Red #351011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 19.77%

R = 61.63%
G = 18.6%
B = 19.77%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.68

 K value IS 0.79

RGB Variations

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

Color information

#351011 (or 0x351011) is known color: Rustic Red. HEX triplet: 35, 10 and 11. RGB value is (53,16,17). Sum of RGB (Red+Green+Blue) = 53+16+17=86 (11% of max value = 765). Red value is 53 (21.09% from 255 or 61.63% from 86); Green value is 16 (6.64% from 255 or 18.60% from 86); Blue value is 17 (7.03% from 255 or 19.77% from 86); Max value from RGB is 53 - color contains mainly: red. Hex color #351011 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #351011 is #CAEFEE. Grayscale: #1B1B1B. Windows color (decimal): -13299695 or 1118261. OLE color: 1118261.

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

Color convert

RGB 53 16 17 -
CMYK 0 0.70 0.68 0.79
HSL 358.38º 0.54% 0.14% -
HSV(B) 358.38º 0.7% 0.21% -
XYZ 1.75 1.17 0.66 -
YUV 27.18 122.26 146.42 -
System Red Green Blue C M Y K H S L
Decimal 53 16 17 0 0.70 0.68 0.79 358.38 0.54 0.14
Hex 35 10 11 0 46 44 4F 166 36 E
Octal 65 20 21 0 106 104 117 546 66 16
Binary 110101 10000 10001 0 1000110 1000100 1001111 101100110 110110 1110

Color Harmonies of #351011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351011

Black with #351011

Text Example


Text Example

White with #351011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351011; }

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

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

background-color css

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

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

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

border-color css

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

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

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