Html Css Color HEX #350616 Rustic Red

📋 copy color: '#350616'

red 53 ◦ green 6 ◦ blue 22

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

Shades of Rustic Red #350616

Tints of Rustic Red #350616

RGB

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

 GREEN value IS 6 (2.73% from 255) = 7.41%

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

R = 65.43%
G = 7.41%
B = 27.16%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.58

 K value IS 0.79

RGB Variations

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

Color information

#350616 (or 0x350616) is known color: Rustic Red. HEX triplet: 35, 06 and 16. RGB value is (53,6,22). Sum of RGB (Red+Green+Blue) = 53+6+22=81 (10% of max value = 765). Red value is 53 (21.09% from 255 or 65.43% from 81); Green value is 6 (2.73% from 255 or 7.41% from 81); Blue value is 22 (8.98% from 255 or 27.16% from 81); Max value from RGB is 53 - color contains mainly: red. Hex color #350616 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350616 is #CAF9E9. Grayscale: #151515. Windows color (decimal): -13302250 or 1443381. OLE color: 1443381.

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

Color convert

RGB 53 6 22 -
CMYK 0 0.89 0.58 0.79
HSL 339.57º 0.8% 0.12% -
HSV(B) 339.57º 0.89% 0.21% -
XYZ 1.68 0.95 0.85 -
YUV 21.88 128.07 150.2 -
System Red Green Blue C M Y K H S L
Decimal 53 6 22 0 0.89 0.58 0.79 339.57 0.8 0.12
Hex 35 6 16 0 59 3A 4F 154 50 C
Octal 65 6 26 0 131 72 117 524 120 14
Binary 110101 110 10110 0 1011001 111010 1001111 101010100 1010000 1100

Color Harmonies of #350616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350616

Black with #350616

Text Example


Text Example

White with #350616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350616; }

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

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

background-color css

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

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

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

border-color css

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

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

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