Html Css Color HEX #330913 Rustic Red

📋 copy color: '#330913'

red 51 ◦ green 9 ◦ blue 19

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

Shades of Rustic Red #330913

Tints of Rustic Red #330913

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 24.05%

R = 64.56%
G = 11.39%
B = 24.05%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.63

 K value IS 0.8

RGB Variations

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

Color information

#330913 (or 0x330913) is known color: Rustic Red. HEX triplet: 33, 09 and 13. RGB value is (51,9,19). Sum of RGB (Red+Green+Blue) = 51+9+19=79 (10% of max value = 765). Red value is 51 (20.31% from 255 or 64.56% from 79); Green value is 9 (3.91% from 255 or 11.39% from 79); Blue value is 19 (7.81% from 255 or 24.05% from 79); Max value from RGB is 51 - color contains mainly: red. Hex color #330913 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330913 is #CCF6EC. Grayscale: #161616. Windows color (decimal): -13432557 or 1247539. OLE color: 1247539.

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

Color convert

RGB 51 9 19 -
CMYK 0 0.82 0.63 0.8
HSL 345.71º 0.7% 0.12% -
HSV(B) 345.71º 0.82% 0.2% -
XYZ 1.58 0.95 0.72 -
YUV 22.7 125.91 148.19 -
System Red Green Blue C M Y K H S L
Decimal 51 9 19 0 0.82 0.63 0.8 345.71 0.7 0.12
Hex 33 9 13 0 52 3F 50 15A 46 C
Octal 63 11 23 0 122 77 120 532 106 14
Binary 110011 1001 10011 0 1010010 111111 1010000 101011010 1000110 1100

Color Harmonies of #330913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330913

Black with #330913

Text Example


Text Example

White with #330913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330913; }

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

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

background-color css

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

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

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

border-color css

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

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

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