Html Css Color HEX #330512 Rustic Red

📋 copy color: '#330512'

red 51 ◦ green 5 ◦ blue 18

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

Shades of Rustic Red #330512

Tints of Rustic Red #330512

RGB

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

 GREEN value IS 5 (2.34% from 255) = 6.76%

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

R = 68.92%
G = 6.76%
B = 24.32%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.65

 K value IS 0.8

RGB Variations

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

Color information

#330512 (or 0x330512) is known color: Rustic Red. HEX triplet: 33, 05 and 12. RGB value is (51,5,18). Sum of RGB (Red+Green+Blue) = 51+5+18=74 (9% of max value = 765). Red value is 51 (20.31% from 255 or 68.92% from 74); Green value is 5 (2.34% from 255 or 6.76% from 74); Blue value is 18 (7.42% from 255 or 24.32% from 74); Max value from RGB is 51 - color contains mainly: red. Hex color #330512 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330512 is #CCFAED. Grayscale: #141414. Windows color (decimal): -13433582 or 1180979. OLE color: 1180979.

HSL color Cylindrical-coordinate representation of color #330512: hue angle of 343.04º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #330512 is Cyan = 0, Magento = 0.90, Yellow = 0.65 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 5 18 -
CMYK 0 0.90 0.65 0.8
HSL 343.04º 0.82% 0.11% -
HSV(B) 343.04º 0.9% 0.2% -
XYZ 1.53 0.86 0.66 -
YUV 20.24 126.74 149.94 -
System Red Green Blue C M Y K H S L
Decimal 51 5 18 0 0.90 0.65 0.8 343.04 0.82 0.11
Hex 33 5 12 0 5A 41 50 157 52 B
Octal 63 5 22 0 132 101 120 527 122 13
Binary 110011 101 10010 0 1011010 1000001 1010000 101010111 1010010 1011

Color Harmonies of #330512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330512

Black with #330512

Text Example


Text Example

White with #330512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330512; }

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

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

background-color css

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

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

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

border-color css

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

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

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