Html Css Color HEX #330013 Rustic Red

📋 copy color: '#330013'

red 51 ◦ green 0 ◦ blue 19

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

Shades of Rustic Red #330013

Tints of Rustic Red #330013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 27.14%

R = 72.86%
G = 0%
B = 27.14%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.63

 K value IS 0.8

RGB Variations

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

Color information

#330013 (or 0x330013) is known color: Rustic Red. HEX triplet: 33, 00 and 13. RGB value is (51,0,19). Sum of RGB (Red+Green+Blue) = 51+0+19=70 (9% of max value = 765). Red value is 51 (20.31% from 255 or 72.86% from 70); Green value is 0 (0.39% from 255 or 0% from 70); Blue value is 19 (7.81% from 255 or 27.14% from 70); Max value from RGB is 51 - color contains mainly: red. Hex color #330013 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330013 is #CCFFEC. Grayscale: #111111. Windows color (decimal): -13434861 or 1245235. OLE color: 1245235.

HSL color Cylindrical-coordinate representation of color #330013: hue angle of 337.65º 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 #330013 is Cyan = 0, Magento = 1, Yellow = 0.63 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 0 19 -
CMYK 0 1 0.63 0.8
HSL 337.65º 1% 0.1% -
HSV(B) 337.65º 1% 0.2% -
XYZ 1.48 0.75 0.68 -
YUV 17.42 128.9 151.96 -
System Red Green Blue C M Y K H S L
Decimal 51 0 19 0 1 0.63 0.8 337.65 1 0.1
Hex 33 0 13 0 64 3F 50 152 64 A
Octal 63 0 23 0 144 77 120 522 144 12
Binary 110011 0 10011 0 1100100 111111 1010000 101010010 1100100 1010

Color Harmonies of #330013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330013

Black with #330013

Text Example


Text Example

White with #330013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330013; }

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

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

background-color css

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

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

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

border-color css

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

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

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