Html Css Color HEX #350D10 Rustic Red

📋 copy color: '#350D10'

red 53 ◦ green 13 ◦ blue 16

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

Shades of Rustic Red #350D10

Tints of Rustic Red #350D10

RGB

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

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

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

R = 64.63%
G = 15.85%
B = 19.51%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.70

 K value IS 0.79

RGB Variations

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

Color information

#350D10 (or 0x350D10) is known color: Rustic Red. HEX triplet: 35, 0D and 10. RGB value is (53,13,16). Sum of RGB (Red+Green+Blue) = 53+13+16=82 (10% of max value = 765). Red value is 53 (21.09% from 255 or 64.63% from 82); Green value is 13 (5.47% from 255 or 15.85% from 82); Blue value is 16 (6.64% from 255 or 19.51% from 82); Max value from RGB is 53 - color contains mainly: red. Hex color #350D10 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350D10 is #CAF2EF. Grayscale: #191919. Windows color (decimal): -13300464 or 1051957. OLE color: 1051957.

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

Color convert

RGB 53 13 16 -
CMYK 0 0.75 0.70 0.79
HSL 355.5º 0.61% 0.13% -
HSV(B) 355.5º 0.75% 0.21% -
XYZ 1.71 1.08 0.61 -
YUV 25.3 122.75 147.76 -
System Red Green Blue C M Y K H S L
Decimal 53 13 16 0 0.75 0.70 0.79 355.5 0.61 0.13
Hex 35 D 10 0 4B 46 4F 164 3D D
Octal 65 15 20 0 113 106 117 544 75 15
Binary 110101 1101 10000 0 1001011 1000110 1001111 101100100 111101 1101

Color Harmonies of #350D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350D10

Black with #350D10

Text Example


Text Example

White with #350D10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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