Html Css Color HEX #350D16 Rustic Red

📋 copy color: '#350D16'

red 53 ◦ green 13 ◦ blue 22

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

Shades of Rustic Red #350D16

Tints of Rustic Red #350D16

RGB

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

 GREEN value IS 13 (5.47% from 255) = 14.77%

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

R = 60.23%
G = 14.77%
B = 25%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.58

 K value IS 0.79

RGB Variations

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

Color information

#350D16 (or 0x350D16) is known color: Rustic Red. HEX triplet: 35, 0D and 16. RGB value is (53,13,22). Sum of RGB (Red+Green+Blue) = 53+13+22=88 (11% of max value = 765). Red value is 53 (21.09% from 255 or 60.23% from 88); Green value is 13 (5.47% from 255 or 14.77% from 88); Blue value is 22 (8.98% from 255 or 25% from 88); Max value from RGB is 53 - color contains mainly: red. Hex color #350D16 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350D16 is #CAF2E9. Grayscale: #191919. Windows color (decimal): -13300458 or 1445173. OLE color: 1445173.

HSL color Cylindrical-coordinate representation of color #350D16: hue angle of 346.5º degrees, saturation: 0.61, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #350D16 is Cyan = 0, Magento = 0.75, Yellow = 0.58 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 13 22 -
CMYK 0 0.75 0.58 0.79
HSL 346.5º 0.61% 0.13% -
HSV(B) 346.5º 0.75% 0.21% -
XYZ 1.76 1.1 0.88 -
YUV 25.99 125.75 147.27 -
System Red Green Blue C M Y K H S L
Decimal 53 13 22 0 0.75 0.58 0.79 346.5 0.61 0.13
Hex 35 D 16 0 4B 3A 4F 15A 3D D
Octal 65 15 26 0 113 72 117 532 75 15
Binary 110101 1101 10110 0 1001011 111010 1001111 101011010 111101 1101

Color Harmonies of #350D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350D16

Black with #350D16

Text Example


Text Example

White with #350D16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350D16; }

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

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

background-color css

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

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

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

border-color css

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

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

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