Html Css Color HEX #350811 Rustic Red

📋 copy color: '#350811'

red 53 ◦ green 8 ◦ blue 17

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

Shades of Rustic Red #350811

Tints of Rustic Red #350811

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 21.79%

R = 67.95%
G = 10.26%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.68

 K value IS 0.79

RGB Variations

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

Color information

#350811 (or 0x350811) is known color: Rustic Red. HEX triplet: 35, 08 and 11. RGB value is (53,8,17). Sum of RGB (Red+Green+Blue) = 53+8+17=78 (10% of max value = 765). Red value is 53 (21.09% from 255 or 67.95% from 78); Green value is 8 (3.52% from 255 or 10.26% from 78); Blue value is 17 (7.03% from 255 or 21.79% from 78); Max value from RGB is 53 - color contains mainly: red. Hex color #350811 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350811 is #CAF7EE. Grayscale: #161616. Windows color (decimal): -13301743 or 1116213. OLE color: 1116213.

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

Color convert

RGB 53 8 17 -
CMYK 0 0.85 0.68 0.79
HSL 348º 0.74% 0.12% -
HSV(B) 348º 0.85% 0.21% -
XYZ 1.66 0.97 0.63 -
YUV 22.48 124.91 149.77 -
System Red Green Blue C M Y K H S L
Decimal 53 8 17 0 0.85 0.68 0.79 348 0.74 0.12
Hex 35 8 11 0 55 44 4F 15C 4A C
Octal 65 10 21 0 125 104 117 534 112 14
Binary 110101 1000 10001 0 1010101 1000100 1001111 101011100 1001010 1100

Color Harmonies of #350811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350811

Black with #350811

Text Example


Text Example

White with #350811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350811; }

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

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

background-color css

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

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

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

border-color css

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

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

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