Html Css Color HEX #330109 Rustic Red

📋 copy color: '#330109'

red 51 ◦ green 1 ◦ blue 9

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

Shades of Rustic Red #330109

Tints of Rustic Red #330109

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.64%

 BLUE value IS 9 (3.91% from 255) = 14.75%

R = 83.61%
G = 1.64%
B = 14.75%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.82

 K value IS 0.8

RGB Variations

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

Color information

#330109 (or 0x330109) is known color: Rustic Red. HEX triplet: 33, 01 and 09. RGB value is (51,1,9). Sum of RGB (Red+Green+Blue) = 51+1+9=61 (8% of max value = 765). Red value is 51 (20.31% from 255 or 83.61% from 61); Green value is 1 (0.78% from 255 or 1.64% from 61); Blue value is 9 (3.91% from 255 or 14.75% from 61); Max value from RGB is 51 - color contains mainly: red. Hex color #330109 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330109 is #CCFEF6. Grayscale: #101010. Windows color (decimal): -13434615 or 590131. OLE color: 590131.

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

Color convert

RGB 51 1 9 -
CMYK 0 0.98 0.82 0.8
HSL 350.4º 0.96% 0.1% -
HSV(B) 350.4º 0.98% 0.2% -
XYZ 1.43 0.75 0.33 -
YUV 16.86 123.57 152.35 -
System Red Green Blue C M Y K H S L
Decimal 51 1 9 0 0.98 0.82 0.8 350.4 0.96 0.1
Hex 33 1 9 0 62 52 50 15E 60 A
Octal 63 1 11 0 142 122 120 536 140 12
Binary 110011 1 1001 0 1100010 1010010 1010000 101011110 1100000 1010

Color Harmonies of #330109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330109

Black with #330109

Text Example


Text Example

White with #330109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330109; }

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

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

background-color css

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

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

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

border-color css

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

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

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