Html Css Color HEX #350910 Rustic Red

📋 copy color: '#350910'

red 53 ◦ green 9 ◦ blue 16

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

Shades of Rustic Red #350910

Tints of Rustic Red #350910

RGB

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

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

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

R = 67.95%
G = 11.54%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.70

 K value IS 0.79

RGB Variations

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

Color information

#350910 (or 0x350910) is known color: Rustic Red. HEX triplet: 35, 09 and 10. RGB value is (53,9,16). Sum of RGB (Red+Green+Blue) = 53+9+16=78 (10% of max value = 765). Red value is 53 (21.09% from 255 or 67.95% from 78); Green value is 9 (3.91% from 255 or 11.54% from 78); Blue value is 16 (6.64% from 255 or 20.51% from 78); Max value from RGB is 53 - color contains mainly: red. Hex color #350910 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350910 is #CAF6EF. Grayscale: #161616. Windows color (decimal): -13301488 or 1050933. OLE color: 1050933.

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

Color convert

RGB 53 9 16 -
CMYK 0 0.83 0.70 0.79
HSL 350.45º 0.71% 0.12% -
HSV(B) 350.45º 0.83% 0.21% -
XYZ 1.66 0.99 0.59 -
YUV 22.95 124.08 149.43 -
System Red Green Blue C M Y K H S L
Decimal 53 9 16 0 0.83 0.70 0.79 350.45 0.71 0.12
Hex 35 9 10 0 53 46 4F 15E 47 C
Octal 65 11 20 0 123 106 117 536 107 14
Binary 110101 1001 10000 0 1010011 1000110 1001111 101011110 1000111 1100

Color Harmonies of #350910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350910

Black with #350910

Text Example


Text Example

White with #350910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350910; }

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

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

background-color css

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

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

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

border-color css

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

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

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