Html Css Color HEX #350211 Rustic Red

📋 copy color: '#350211'

red 53 ◦ green 2 ◦ blue 17

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

Shades of Rustic Red #350211

Tints of Rustic Red #350211

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.78%

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

R = 73.61%
G = 2.78%
B = 23.61%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.68

 K value IS 0.79

RGB Variations

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

Color information

#350211 (or 0x350211) is known color: Rustic Red. HEX triplet: 35, 02 and 11. RGB value is (53,2,17). Sum of RGB (Red+Green+Blue) = 53+2+17=72 (9% of max value = 765). Red value is 53 (21.09% from 255 or 73.61% from 72); Green value is 2 (1.17% from 255 or 2.78% from 72); Blue value is 17 (7.03% from 255 or 23.61% from 72); Max value from RGB is 53 - color contains mainly: red. Hex color #350211 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350211 is #CAFDEE. Grayscale: #121212. Windows color (decimal): -13303279 or 1114677. OLE color: 1114677.

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

Color convert

RGB 53 2 17 -
CMYK 0 0.96 0.68 0.79
HSL 342.35º 0.93% 0.11% -
HSV(B) 342.35º 0.96% 0.21% -
XYZ 1.59 0.84 0.61 -
YUV 18.96 126.9 152.28 -
System Red Green Blue C M Y K H S L
Decimal 53 2 17 0 0.96 0.68 0.79 342.35 0.93 0.11
Hex 35 2 11 0 60 44 4F 156 5D B
Octal 65 2 21 0 140 104 117 526 135 13
Binary 110101 10 10001 0 1100000 1000100 1001111 101010110 1011101 1011

Color Harmonies of #350211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350211

Black with #350211

Text Example


Text Example

White with #350211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350211; }

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

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

background-color css

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

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

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

border-color css

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

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

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