Html Css Color HEX #330919 Rustic Red

📋 copy color: '#330919'

red 51 ◦ green 9 ◦ blue 25

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

Shades of Rustic Red #330919

Tints of Rustic Red #330919

RGB

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

 GREEN value IS 9 (3.91% from 255) = 10.59%

 BLUE value IS 25 (10.16% from 255) = 29.41%

R = 60%
G = 10.59%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.51

 K value IS 0.8

RGB Variations

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

Color information

#330919 (or 0x330919) is known color: Rustic Red. HEX triplet: 33, 09 and 19. RGB value is (51,9,25). Sum of RGB (Red+Green+Blue) = 51+9+25=85 (11% of max value = 765). Red value is 51 (20.31% from 255 or 60% from 85); Green value is 9 (3.91% from 255 or 10.59% from 85); Blue value is 25 (10.16% from 255 or 29.41% from 85); Max value from RGB is 51 - color contains mainly: red. Hex color #330919 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330919 is #CCF6E6. Grayscale: #171717. Windows color (decimal): -13432551 or 1640755. OLE color: 1640755.

HSL color Cylindrical-coordinate representation of color #330919: hue angle of 337.14º degrees, saturation: 0.7, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #330919 is Cyan = 0, Magento = 0.82, Yellow = 0.51 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 9 25 -
CMYK 0 0.82 0.51 0.8
HSL 337.14º 0.7% 0.12% -
HSV(B) 337.14º 0.82% 0.2% -
XYZ 1.64 0.97 1.02 -
YUV 23.38 128.91 147.7 -
System Red Green Blue C M Y K H S L
Decimal 51 9 25 0 0.82 0.51 0.8 337.14 0.7 0.12
Hex 33 9 19 0 52 33 50 151 46 C
Octal 63 11 31 0 122 63 120 521 106 14
Binary 110011 1001 11001 0 1010010 110011 1010000 101010001 1000110 1100

Color Harmonies of #330919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330919

Black with #330919

Text Example


Text Example

White with #330919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330919; }

 p { color: rgb(51,9,25); }

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

background-color css

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

 a { background-color: rgb(51,9,25); }

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

border-color css

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

 span { border-color: rgb(51,9,25); }

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