Html Css Color HEX #350310 Rustic Red

📋 copy color: '#350310'

red 53 ◦ green 3 ◦ blue 16

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

Shades of Rustic Red #350310

Tints of Rustic Red #350310

RGB

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

 GREEN value IS 3 (1.56% from 255) = 4.17%

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

R = 73.61%
G = 4.17%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.70

 K value IS 0.79

RGB Variations

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

Color information

#350310 (or 0x350310) is known color: Rustic Red. HEX triplet: 35, 03 and 10. RGB value is (53,3,16). Sum of RGB (Red+Green+Blue) = 53+3+16=72 (9% of max value = 765). Red value is 53 (21.09% from 255 or 73.61% from 72); Green value is 3 (1.56% from 255 or 4.17% from 72); Blue value is 16 (6.64% from 255 or 22.22% from 72); Max value from RGB is 53 - color contains mainly: red. Hex color #350310 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350310 is #CAFCEF. Grayscale: #131313. Windows color (decimal): -13303024 or 1049397. OLE color: 1049397.

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

Color convert

RGB 53 3 16 -
CMYK 0 0.94 0.70 0.79
HSL 344.4º 0.89% 0.11% -
HSV(B) 344.4º 0.94% 0.21% -
XYZ 1.59 0.86 0.57 -
YUV 19.43 126.07 151.94 -
System Red Green Blue C M Y K H S L
Decimal 53 3 16 0 0.94 0.70 0.79 344.4 0.89 0.11
Hex 35 3 10 0 5E 46 4F 158 59 B
Octal 65 3 20 0 136 106 117 530 131 13
Binary 110101 11 10000 0 1011110 1000110 1001111 101011000 1011001 1011

Color Harmonies of #350310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350310

Black with #350310

Text Example


Text Example

White with #350310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350310; }

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

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

background-color css

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

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

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

border-color css

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

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

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