Html Css Color HEX #330314 Rustic Red

📋 copy color: '#330314'

red 51 ◦ green 3 ◦ blue 20

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

Shades of Rustic Red #330314

Tints of Rustic Red #330314

RGB

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

 GREEN value IS 3 (1.56% from 255) = 4.05%

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

R = 68.92%
G = 4.05%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.61

 K value IS 0.8

RGB Variations

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

Color information

#330314 (or 0x330314) is known color: Rustic Red. HEX triplet: 33, 03 and 14. RGB value is (51,3,20). Sum of RGB (Red+Green+Blue) = 51+3+20=74 (9% of max value = 765). Red value is 51 (20.31% from 255 or 68.92% from 74); Green value is 3 (1.56% from 255 or 4.05% from 74); Blue value is 20 (8.20% from 255 or 27.03% from 74); Max value from RGB is 51 - color contains mainly: red. Hex color #330314 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330314 is #CCFCEB. Grayscale: #131313. Windows color (decimal): -13434092 or 1311539. OLE color: 1311539.

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

Color convert

RGB 51 3 20 -
CMYK 0 0.94 0.61 0.8
HSL 338.75º 0.89% 0.11% -
HSV(B) 338.75º 0.94% 0.2% -
XYZ 1.52 0.82 0.74 -
YUV 19.29 128.4 150.62 -
System Red Green Blue C M Y K H S L
Decimal 51 3 20 0 0.94 0.61 0.8 338.75 0.89 0.11
Hex 33 3 14 0 5E 3D 50 153 59 B
Octal 63 3 24 0 136 75 120 523 131 13
Binary 110011 11 10100 0 1011110 111101 1010000 101010011 1011001 1011

Color Harmonies of #330314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330314

Black with #330314

Text Example


Text Example

White with #330314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330314; }

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

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

background-color css

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

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

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

border-color css

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

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

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