Html Css Color HEX #330B10 Rustic Red

📋 copy color: '#330B10'

red 51 ◦ green 11 ◦ blue 16

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

Shades of Rustic Red #330B10

Tints of Rustic Red #330B10

RGB

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

 GREEN value IS 11 (4.69% from 255) = 14.1%

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

R = 65.38%
G = 14.1%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.69

 K value IS 0.8

RGB Variations

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

Color information

#330B10 (or 0x330B10) is known color: Rustic Red. HEX triplet: 33, 0B and 10. RGB value is (51,11,16). Sum of RGB (Red+Green+Blue) = 51+11+16=78 (10% of max value = 765). Red value is 51 (20.31% from 255 or 65.38% from 78); Green value is 11 (4.69% from 255 or 14.10% from 78); Blue value is 16 (6.64% from 255 or 20.51% from 78); Max value from RGB is 51 - color contains mainly: red. Hex color #330B10 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330B10 is #CCF4EF. Grayscale: #171717. Windows color (decimal): -13432048 or 1051443. OLE color: 1051443.

HSL color Cylindrical-coordinate representation of color #330B10: hue angle of 352.5º degrees, saturation: 0.65, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #330B10 is Cyan = 0, Magento = 0.78, Yellow = 0.69 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 11 16 -
CMYK 0 0.78 0.69 0.8
HSL 352.5º 0.65% 0.12% -
HSV(B) 352.5º 0.78% 0.2% -
XYZ 1.58 0.98 0.6 -
YUV 23.53 123.75 147.59 -
System Red Green Blue C M Y K H S L
Decimal 51 11 16 0 0.78 0.69 0.8 352.5 0.65 0.12
Hex 33 B 10 0 4E 45 50 160 41 C
Octal 63 13 20 0 116 105 120 540 101 14
Binary 110011 1011 10000 0 1001110 1000101 1010000 101100000 1000001 1100

Color Harmonies of #330B10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330B10

Black with #330B10

Text Example


Text Example

White with #330B10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330B10; }

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

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

background-color css

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

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

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

border-color css

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

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

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