Html Css Color HEX #350116 Rustic Red

📋 copy color: '#350116'

red 53 ◦ green 1 ◦ blue 22

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

Shades of Rustic Red #350116

Tints of Rustic Red #350116

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.32%

 BLUE value IS 22 (8.98% from 255) = 28.95%

R = 69.74%
G = 1.32%
B = 28.95%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.58

 K value IS 0.79

RGB Variations

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

Color information

#350116 (or 0x350116) is known color: Rustic Red. HEX triplet: 35, 01 and 16. RGB value is (53,1,22). Sum of RGB (Red+Green+Blue) = 53+1+22=76 (10% of max value = 765). Red value is 53 (21.09% from 255 or 69.74% from 76); Green value is 1 (0.78% from 255 or 1.32% from 76); Blue value is 22 (8.98% from 255 or 28.95% from 76); Max value from RGB is 53 - color contains mainly: red. Hex color #350116 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350116 is #CAFEE9. Grayscale: #121212. Windows color (decimal): -13303530 or 1442101. OLE color: 1442101.

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

Color convert

RGB 53 1 22 -
CMYK 0 0.98 0.58 0.79
HSL 335.77º 0.96% 0.11% -
HSV(B) 335.77º 0.98% 0.21% -
XYZ 1.62 0.84 0.83 -
YUV 18.94 129.73 152.29 -
System Red Green Blue C M Y K H S L
Decimal 53 1 22 0 0.98 0.58 0.79 335.77 0.96 0.11
Hex 35 1 16 0 62 3A 4F 150 60 B
Octal 65 1 26 0 142 72 117 520 140 13
Binary 110101 1 10110 0 1100010 111010 1001111 101010000 1100000 1011

Color Harmonies of #350116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350116

Black with #350116

Text Example


Text Example

White with #350116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350116; }

 p { color: rgb(53,1,22); }

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

background-color css

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

 a { background-color: rgb(53,1,22); }

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

border-color css

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

 span { border-color: rgb(53,1,22); }

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