Html Css Color HEX #330014 Rustic Red

📋 copy color: '#330014'

red 51 ◦ green 0 ◦ blue 20

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

Shades of Rustic Red #330014

Tints of Rustic Red #330014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 28.17%

R = 71.83%
G = 0%
B = 28.17%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.61

 K value IS 0.8

RGB Variations

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

Color information

#330014 (or 0x330014) is known color: Rustic Red. HEX triplet: 33, 00 and 14. RGB value is (51,0,20). Sum of RGB (Red+Green+Blue) = 51+0+20=71 (9% of max value = 765). Red value is 51 (20.31% from 255 or 71.83% from 71); Green value is 0 (0.39% from 255 or 0% from 71); Blue value is 20 (8.20% from 255 or 28.17% from 71); Max value from RGB is 51 - color contains mainly: red. Hex color #330014 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330014 is #CCFFEB. Grayscale: #111111. Windows color (decimal): -13434860 or 1310771. OLE color: 1310771.

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

Color convert

RGB 51 0 20 -
CMYK 0 1 0.61 0.8
HSL 336.47º 1% 0.1% -
HSV(B) 336.47º 1% 0.2% -
XYZ 1.49 0.75 0.73 -
YUV 17.53 129.4 151.87 -
System Red Green Blue C M Y K H S L
Decimal 51 0 20 0 1 0.61 0.8 336.47 1 0.1
Hex 33 0 14 0 64 3D 50 150 64 A
Octal 63 0 24 0 144 75 120 520 144 12
Binary 110011 0 10100 0 1100100 111101 1010000 101010000 1100100 1010

Color Harmonies of #330014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330014

Black with #330014

Text Example


Text Example

White with #330014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330014; }

 p { color: rgb(51,0,20); }

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

background-color css

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

 a { background-color: rgb(51,0,20); }

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

border-color css

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

 span { border-color: rgb(51,0,20); }

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