Html Css Color HEX #350210 Rustic Red

📋 copy color: '#350210'

red 53 ◦ green 2 ◦ blue 16

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

Shades of Rustic Red #350210

Tints of Rustic Red #350210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 22.54%

R = 74.65%
G = 2.82%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.70

 K value IS 0.79

RGB Variations

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

Color information

#350210 (or 0x350210) is known color: Rustic Red. HEX triplet: 35, 02 and 10. RGB value is (53,2,16). Sum of RGB (Red+Green+Blue) = 53+2+16=71 (9% of max value = 765). Red value is 53 (21.09% from 255 or 74.65% from 71); Green value is 2 (1.17% from 255 or 2.82% from 71); Blue value is 16 (6.64% from 255 or 22.54% from 71); Max value from RGB is 53 - color contains mainly: red. Hex color #350210 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350210 is #CAFDEF. Grayscale: #121212. Windows color (decimal): -13303280 or 1049141. OLE color: 1049141.

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

Color convert

RGB 53 2 16 -
CMYK 0 0.96 0.70 0.79
HSL 343.53º 0.93% 0.11% -
HSV(B) 343.53º 0.96% 0.21% -
XYZ 1.58 0.84 0.57 -
YUV 18.85 126.4 152.36 -
System Red Green Blue C M Y K H S L
Decimal 53 2 16 0 0.96 0.70 0.79 343.53 0.93 0.11
Hex 35 2 10 0 60 46 4F 158 5D B
Octal 65 2 20 0 140 106 117 530 135 13
Binary 110101 10 10000 0 1100000 1000110 1001111 101011000 1011101 1011

Color Harmonies of #350210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350210

Black with #350210

Text Example


Text Example

White with #350210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350210; }

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

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

background-color css

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

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

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

border-color css

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

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

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