Html Css Color HEX #350513 Rustic Red

📋 copy color: '#350513'

red 53 ◦ green 5 ◦ blue 19

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

Shades of Rustic Red #350513

Tints of Rustic Red #350513

RGB

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

 GREEN value IS 5 (2.34% from 255) = 6.49%

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

R = 68.83%
G = 6.49%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.64

 K value IS 0.79

RGB Variations

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

Color information

#350513 (or 0x350513) is known color: Rustic Red. HEX triplet: 35, 05 and 13. RGB value is (53,5,19). Sum of RGB (Red+Green+Blue) = 53+5+19=77 (10% of max value = 765). Red value is 53 (21.09% from 255 or 68.83% from 77); Green value is 5 (2.34% from 255 or 6.49% from 77); Blue value is 19 (7.81% from 255 or 24.68% from 77); Max value from RGB is 53 - color contains mainly: red. Hex color #350513 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350513 is #CAFAEC. Grayscale: #141414. Windows color (decimal): -13302509 or 1246517. OLE color: 1246517.

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

Color convert

RGB 53 5 19 -
CMYK 0 0.91 0.64 0.79
HSL 342.5º 0.83% 0.11% -
HSV(B) 342.5º 0.91% 0.21% -
XYZ 1.64 0.91 0.71 -
YUV 20.95 126.9 150.86 -
System Red Green Blue C M Y K H S L
Decimal 53 5 19 0 0.91 0.64 0.79 342.5 0.83 0.11
Hex 35 5 13 0 5B 40 4F 156 53 B
Octal 65 5 23 0 133 100 117 526 123 13
Binary 110101 101 10011 0 1011011 1000000 1001111 101010110 1010011 1011

Color Harmonies of #350513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350513

Black with #350513

Text Example


Text Example

White with #350513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350513; }

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

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

background-color css

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

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

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

border-color css

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

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

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