Html Css Color HEX #350810 Rustic Red

📋 copy color: '#350810'

red 53 ◦ green 8 ◦ blue 16

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

Shades of Rustic Red #350810

Tints of Rustic Red #350810

RGB

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

 GREEN value IS 8 (3.52% from 255) = 10.39%

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

R = 68.83%
G = 10.39%
B = 20.78%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.70

 K value IS 0.79

RGB Variations

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

Color information

#350810 (or 0x350810) is known color: Rustic Red. HEX triplet: 35, 08 and 10. RGB value is (53,8,16). Sum of RGB (Red+Green+Blue) = 53+8+16=77 (10% of max value = 765). Red value is 53 (21.09% from 255 or 68.83% from 77); Green value is 8 (3.52% from 255 or 10.39% from 77); Blue value is 16 (6.64% from 255 or 20.78% from 77); Max value from RGB is 53 - color contains mainly: red. Hex color #350810 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350810 is #CAF7EF. Grayscale: #161616. Windows color (decimal): -13301744 or 1050677. OLE color: 1050677.

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

Color convert

RGB 53 8 16 -
CMYK 0 0.85 0.70 0.79
HSL 349.33º 0.74% 0.12% -
HSV(B) 349.33º 0.85% 0.21% -
XYZ 1.65 0.97 0.59 -
YUV 22.37 124.41 149.85 -
System Red Green Blue C M Y K H S L
Decimal 53 8 16 0 0.85 0.70 0.79 349.33 0.74 0.12
Hex 35 8 10 0 55 46 4F 15D 4A C
Octal 65 10 20 0 125 106 117 535 112 14
Binary 110101 1000 10000 0 1010101 1000110 1001111 101011101 1001010 1100

Color Harmonies of #350810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350810

Black with #350810

Text Example


Text Example

White with #350810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350810; }

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

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

background-color css

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

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

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

border-color css

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

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

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