Html Css Color HEX #330710 Rustic Red

📋 copy color: '#330710'

red 51 ◦ green 7 ◦ blue 16

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

Shades of Rustic Red #330710

Tints of Rustic Red #330710

RGB

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

 GREEN value IS 7 (3.13% from 255) = 9.46%

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

R = 68.92%
G = 9.46%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.69

 K value IS 0.8

RGB Variations

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

Color information

#330710 (or 0x330710) is known color: Rustic Red. HEX triplet: 33, 07 and 10. RGB value is (51,7,16). Sum of RGB (Red+Green+Blue) = 51+7+16=74 (9% of max value = 765). Red value is 51 (20.31% from 255 or 68.92% from 74); Green value is 7 (3.12% from 255 or 9.46% from 74); Blue value is 16 (6.64% from 255 or 21.62% from 74); Max value from RGB is 51 - color contains mainly: red. Hex color #330710 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330710 is #CCF8EF. Grayscale: #151515. Windows color (decimal): -13433072 or 1050419. OLE color: 1050419.

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

Color convert

RGB 51 7 16 -
CMYK 0 0.86 0.69 0.8
HSL 347.73º 0.76% 0.11% -
HSV(B) 347.73º 0.86% 0.2% -
XYZ 1.53 0.89 0.58 -
YUV 21.18 125.08 149.27 -
System Red Green Blue C M Y K H S L
Decimal 51 7 16 0 0.86 0.69 0.8 347.73 0.76 0.11
Hex 33 7 10 0 56 45 50 15C 4C B
Octal 63 7 20 0 126 105 120 534 114 13
Binary 110011 111 10000 0 1010110 1000101 1010000 101011100 1001100 1011

Color Harmonies of #330710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330710

Black with #330710

Text Example


Text Example

White with #330710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330710; }

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

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

background-color css

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

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

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

border-color css

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

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

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