Html Css Color HEX #330312 Rustic Red

📋 copy color: '#330312'

red 51 ◦ green 3 ◦ blue 18

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

Shades of Rustic Red #330312

Tints of Rustic Red #330312

RGB

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

 GREEN value IS 3 (1.56% from 255) = 4.17%

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

R = 70.83%
G = 4.17%
B = 25%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.65

 K value IS 0.8

RGB Variations

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

Color information

#330312 (or 0x330312) is known color: Rustic Red. HEX triplet: 33, 03 and 12. RGB value is (51,3,18). Sum of RGB (Red+Green+Blue) = 51+3+18=72 (9% of max value = 765). Red value is 51 (20.31% from 255 or 70.83% from 72); Green value is 3 (1.56% from 255 or 4.17% from 72); Blue value is 18 (7.42% from 255 or 25% from 72); Max value from RGB is 51 - color contains mainly: red. Hex color #330312 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330312 is #CCFCED. Grayscale: #131313. Windows color (decimal): -13434094 or 1180467. OLE color: 1180467.

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

Color convert

RGB 51 3 18 -
CMYK 0 0.94 0.65 0.8
HSL 341.25º 0.89% 0.11% -
HSV(B) 341.25º 0.94% 0.2% -
XYZ 1.51 0.81 0.65 -
YUV 19.06 127.4 150.78 -
System Red Green Blue C M Y K H S L
Decimal 51 3 18 0 0.94 0.65 0.8 341.25 0.89 0.11
Hex 33 3 12 0 5E 41 50 155 59 B
Octal 63 3 22 0 136 101 120 525 131 13
Binary 110011 11 10010 0 1011110 1000001 1010000 101010101 1011001 1011

Color Harmonies of #330312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330312

Black with #330312

Text Example


Text Example

White with #330312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330312; }

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

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

background-color css

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

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

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

border-color css

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

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

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