Html Css Color HEX #350913 Rustic Red

📋 copy color: '#350913'

red 53 ◦ green 9 ◦ blue 19

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

Shades of Rustic Red #350913

Tints of Rustic Red #350913

RGB

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

 GREEN value IS 9 (3.91% from 255) = 11.11%

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

R = 65.43%
G = 11.11%
B = 23.46%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.64

 K value IS 0.79

RGB Variations

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

Color information

#350913 (or 0x350913) is known color: Rustic Red. HEX triplet: 35, 09 and 13. RGB value is (53,9,19). Sum of RGB (Red+Green+Blue) = 53+9+19=81 (10% of max value = 765). Red value is 53 (21.09% from 255 or 65.43% from 81); Green value is 9 (3.91% from 255 or 11.11% from 81); Blue value is 19 (7.81% from 255 or 23.46% from 81); Max value from RGB is 53 - color contains mainly: red. Hex color #350913 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350913 is #CAF6EC. Grayscale: #171717. Windows color (decimal): -13301485 or 1247541. OLE color: 1247541.

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

Color convert

RGB 53 9 19 -
CMYK 0 0.83 0.64 0.79
HSL 346.36º 0.71% 0.12% -
HSV(B) 346.36º 0.83% 0.21% -
XYZ 1.68 1 0.72 -
YUV 23.3 125.58 149.19 -
System Red Green Blue C M Y K H S L
Decimal 53 9 19 0 0.83 0.64 0.79 346.36 0.71 0.12
Hex 35 9 13 0 53 40 4F 15A 47 C
Octal 65 11 23 0 123 100 117 532 107 14
Binary 110101 1001 10011 0 1010011 1000000 1001111 101011010 1000111 1100

Color Harmonies of #350913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350913

Black with #350913

Text Example


Text Example

White with #350913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350913; }

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

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

background-color css

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

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

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

border-color css

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

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

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