Html Css Color HEX #330316 Rustic Red

📋 copy color: '#330316'

red 51 ◦ green 3 ◦ blue 22

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

Shades of Rustic Red #330316

Tints of Rustic Red #330316

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 28.95%

R = 67.11%
G = 3.95%
B = 28.95%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.57

 K value IS 0.8

RGB Variations

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

Color information

#330316 (or 0x330316) is known color: Rustic Red. HEX triplet: 33, 03 and 16. RGB value is (51,3,22). Sum of RGB (Red+Green+Blue) = 51+3+22=76 (10% of max value = 765). Red value is 51 (20.31% from 255 or 67.11% from 76); Green value is 3 (1.56% from 255 or 3.95% from 76); Blue value is 22 (8.98% from 255 or 28.95% from 76); Max value from RGB is 51 - color contains mainly: red. Hex color #330316 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330316 is #CCFCE9. Grayscale: #131313. Windows color (decimal): -13434090 or 1442611. OLE color: 1442611.

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

Color convert

RGB 51 3 22 -
CMYK 0 0.94 0.57 0.8
HSL 336.25º 0.89% 0.11% -
HSV(B) 336.25º 0.94% 0.2% -
XYZ 1.54 0.83 0.84 -
YUV 19.52 129.4 150.46 -
System Red Green Blue C M Y K H S L
Decimal 51 3 22 0 0.94 0.57 0.8 336.25 0.89 0.11
Hex 33 3 16 0 5E 39 50 150 59 B
Octal 63 3 26 0 136 71 120 520 131 13
Binary 110011 11 10110 0 1011110 111001 1010000 101010000 1011001 1011

Color Harmonies of #330316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330316

Black with #330316

Text Example


Text Example

White with #330316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330316; }

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

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

background-color css

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

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

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

border-color css

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

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

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