Html Css Color HEX #330511 Rustic Red

📋 copy color: '#330511'

red 51 ◦ green 5 ◦ blue 17

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

Shades of Rustic Red #330511

Tints of Rustic Red #330511

RGB

 RED value IS 51 (20.31% from 255) = 69.86%

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

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

R = 69.86%
G = 6.85%
B = 23.29%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.67

 K value IS 0.8

RGB Variations

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

Color information

#330511 (or 0x330511) is known color: Rustic Red. HEX triplet: 33, 05 and 11. RGB value is (51,5,17). Sum of RGB (Red+Green+Blue) = 51+5+17=73 (9% of max value = 765). Red value is 51 (20.31% from 255 or 69.86% from 73); Green value is 5 (2.34% from 255 or 6.85% from 73); Blue value is 17 (7.03% from 255 or 23.29% from 73); Max value from RGB is 51 - color contains mainly: red. Hex color #330511 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330511 is #CCFAEE. Grayscale: #141414. Windows color (decimal): -13433583 or 1115443. OLE color: 1115443.

HSL color Cylindrical-coordinate representation of color #330511: hue angle of 344.35º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #330511 is Cyan = 0, Magento = 0.90, Yellow = 0.67 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 5 17 -
CMYK 0 0.90 0.67 0.8
HSL 344.35º 0.82% 0.11% -
HSV(B) 344.35º 0.9% 0.2% -
XYZ 1.52 0.85 0.61 -
YUV 20.12 126.24 150.02 -
System Red Green Blue C M Y K H S L
Decimal 51 5 17 0 0.90 0.67 0.8 344.35 0.82 0.11
Hex 33 5 11 0 5A 43 50 158 52 B
Octal 63 5 21 0 132 103 120 530 122 13
Binary 110011 101 10001 0 1011010 1000011 1010000 101011000 1010010 1011

Color Harmonies of #330511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330511

Black with #330511

Text Example


Text Example

White with #330511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330511; }

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

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

background-color css

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

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

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

border-color css

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

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

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