Html Css Color HEX #330910 Rustic Red

📋 copy color: '#330910'

red 51 ◦ green 9 ◦ blue 16

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

Shades of Rustic Red #330910

Tints of Rustic Red #330910

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 21.05%

R = 67.11%
G = 11.84%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.69

 K value IS 0.8

RGB Variations

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

Color information

#330910 (or 0x330910) is known color: Rustic Red. HEX triplet: 33, 09 and 10. RGB value is (51,9,16). Sum of RGB (Red+Green+Blue) = 51+9+16=76 (10% of max value = 765). Red value is 51 (20.31% from 255 or 67.11% from 76); Green value is 9 (3.91% from 255 or 11.84% from 76); Blue value is 16 (6.64% from 255 or 21.05% from 76); Max value from RGB is 51 - color contains mainly: red. Hex color #330910 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330910 is #CCF6EF. Grayscale: #161616. Windows color (decimal): -13432560 or 1050931. OLE color: 1050931.

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

Color convert

RGB 51 9 16 -
CMYK 0 0.82 0.69 0.8
HSL 350º 0.7% 0.12% -
HSV(B) 350º 0.82% 0.2% -
XYZ 1.56 0.94 0.59 -
YUV 22.36 124.41 148.43 -
System Red Green Blue C M Y K H S L
Decimal 51 9 16 0 0.82 0.69 0.8 350 0.7 0.12
Hex 33 9 10 0 52 45 50 15E 46 C
Octal 63 11 20 0 122 105 120 536 106 14
Binary 110011 1001 10000 0 1010010 1000101 1010000 101011110 1000110 1100

Color Harmonies of #330910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330910

Black with #330910

Text Example


Text Example

White with #330910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330910; }

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

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

background-color css

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

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

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

border-color css

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

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

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