Html Css Color HEX #330912 Rustic Red

📋 copy color: '#330912'

red 51 ◦ green 9 ◦ blue 18

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

Shades of Rustic Red #330912

Tints of Rustic Red #330912

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 23.08%

R = 65.38%
G = 11.54%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.65

 K value IS 0.8

RGB Variations

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

Color information

#330912 (or 0x330912) is known color: Rustic Red. HEX triplet: 33, 09 and 12. RGB value is (51,9,18). Sum of RGB (Red+Green+Blue) = 51+9+18=78 (10% of max value = 765). Red value is 51 (20.31% from 255 or 65.38% from 78); Green value is 9 (3.91% from 255 or 11.54% from 78); Blue value is 18 (7.42% from 255 or 23.08% from 78); Max value from RGB is 51 - color contains mainly: red. Hex color #330912 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330912 is #CCF6ED. Grayscale: #161616. Windows color (decimal): -13432558 or 1182003. OLE color: 1182003.

HSL color Cylindrical-coordinate representation of color #330912: hue angle of 347.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 #330912 is Cyan = 0, Magento = 0.82, Yellow = 0.65 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 9 18 -
CMYK 0 0.82 0.65 0.8
HSL 347.14º 0.7% 0.12% -
HSV(B) 347.14º 0.82% 0.2% -
XYZ 1.57 0.94 0.67 -
YUV 22.58 125.41 148.27 -
System Red Green Blue C M Y K H S L
Decimal 51 9 18 0 0.82 0.65 0.8 347.14 0.7 0.12
Hex 33 9 12 0 52 41 50 15B 46 C
Octal 63 11 22 0 122 101 120 533 106 14
Binary 110011 1001 10010 0 1010010 1000001 1010000 101011011 1000110 1100

Color Harmonies of #330912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330912

Black with #330912

Text Example


Text Example

White with #330912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330912; }

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

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

background-color css

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

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

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

border-color css

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

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

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