Html Css Color HEX #350011 Rustic Red

📋 copy color: '#350011'

red 53 ◦ green 0 ◦ blue 17

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

Shades of Rustic Red #350011

Tints of Rustic Red #350011

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 75.71%
G = 0%
B = 24.29%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.68

 K value IS 0.79

RGB Variations

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

Color information

#350011 (or 0x350011) is known color: Rustic Red. HEX triplet: 35, 00 and 11. RGB value is (53,0,17). Sum of RGB (Red+Green+Blue) = 53+0+17=70 (9% of max value = 765). Red value is 53 (21.09% from 255 or 75.71% from 70); Green value is 0 (0.39% from 255 or 0% from 70); Blue value is 17 (7.03% from 255 or 24.29% from 70); Max value from RGB is 53 - color contains mainly: red. Hex color #350011 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350011 is #CAFFEE. Grayscale: #111111. Windows color (decimal): -13303791 or 1114165. OLE color: 1114165.

HSL color Cylindrical-coordinate representation of color #350011: hue angle of 340.75º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 1%. Process color model (Four color, CMYK) of #350011 is Cyan = 0, Magento = 1, Yellow = 0.68 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 0 17 -
CMYK 0 1 0.68 0.79
HSL 340.75º 1% 0.1% -
HSV(B) 340.75º 1% 0.21% -
XYZ 1.57 0.8 0.6 -
YUV 17.79 127.56 153.12 -
System Red Green Blue C M Y K H S L
Decimal 53 0 17 0 1 0.68 0.79 340.75 1 0.1
Hex 35 0 11 0 64 44 4F 155 64 A
Octal 65 0 21 0 144 104 117 525 144 12
Binary 110101 0 10001 0 1100100 1000100 1001111 101010101 1100100 1010

Color Harmonies of #350011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350011

Black with #350011

Text Example


Text Example

White with #350011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350011; }

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

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

background-color css

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

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

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

border-color css

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

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

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