Html Css Color HEX #350313 Rustic Red

📋 copy color: '#350313'

red 53 ◦ green 3 ◦ blue 19

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

Shades of Rustic Red #350313

Tints of Rustic Red #350313

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 25.33%

R = 70.67%
G = 4%
B = 25.33%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.64

 K value IS 0.79

RGB Variations

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

Color information

#350313 (or 0x350313) is known color: Rustic Red. HEX triplet: 35, 03 and 13. RGB value is (53,3,19). Sum of RGB (Red+Green+Blue) = 53+3+19=75 (9% of max value = 765). Red value is 53 (21.09% from 255 or 70.67% from 75); Green value is 3 (1.56% from 255 or 4% from 75); Blue value is 19 (7.81% from 255 or 25.33% from 75); Max value from RGB is 53 - color contains mainly: red. Hex color #350313 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350313 is #CAFCEC. Grayscale: #131313. Windows color (decimal): -13303021 or 1246005. OLE color: 1246005.

HSL color Cylindrical-coordinate representation of color #350313: hue angle of 340.8º 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 #350313 is Cyan = 0, Magento = 0.94, Yellow = 0.64 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 3 19 -
CMYK 0 0.94 0.64 0.79
HSL 340.8º 0.89% 0.11% -
HSV(B) 340.8º 0.94% 0.21% -
XYZ 1.62 0.87 0.7 -
YUV 19.77 127.57 151.7 -
System Red Green Blue C M Y K H S L
Decimal 53 3 19 0 0.94 0.64 0.79 340.8 0.89 0.11
Hex 35 3 13 0 5E 40 4F 155 59 B
Octal 65 3 23 0 136 100 117 525 131 13
Binary 110101 11 10011 0 1011110 1000000 1001111 101010101 1011001 1011

Color Harmonies of #350313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350313

Black with #350313

Text Example


Text Example

White with #350313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350313; }

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

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

background-color css

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

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

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

border-color css

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

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

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