Html Css Color HEX #350511 Rustic Red

📋 copy color: '#350511'

red 53 ◦ green 5 ◦ blue 17

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

Shades of Rustic Red #350511

Tints of Rustic Red #350511

RGB

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

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

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

R = 70.67%
G = 6.67%
B = 22.67%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.68

 K value IS 0.79

RGB Variations

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

Color information

#350511 (or 0x350511) is known color: Rustic Red. HEX triplet: 35, 05 and 11. RGB value is (53,5,17). Sum of RGB (Red+Green+Blue) = 53+5+17=75 (9% of max value = 765). Red value is 53 (21.09% from 255 or 70.67% from 75); Green value is 5 (2.34% from 255 or 6.67% from 75); Blue value is 17 (7.03% from 255 or 22.67% from 75); Max value from RGB is 53 - color contains mainly: red. Hex color #350511 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350511 is #CAFAEE. Grayscale: #141414. Windows color (decimal): -13302511 or 1115445. OLE color: 1115445.

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

Color convert

RGB 53 5 17 -
CMYK 0 0.91 0.68 0.79
HSL 345º 0.83% 0.11% -
HSV(B) 345º 0.91% 0.21% -
XYZ 1.62 0.91 0.62 -
YUV 20.72 125.9 151.02 -
System Red Green Blue C M Y K H S L
Decimal 53 5 17 0 0.91 0.68 0.79 345 0.83 0.11
Hex 35 5 11 0 5B 44 4F 159 53 B
Octal 65 5 21 0 133 104 117 531 123 13
Binary 110101 101 10001 0 1011011 1000100 1001111 101011001 1010011 1011

Color Harmonies of #350511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350511

Black with #350511

Text Example


Text Example

White with #350511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350511; }

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

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

background-color css

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

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

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

border-color css

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

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

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