Html Css Color HEX #330A0B Rustic Red

📋 copy color: '#330A0B'

red 51 ◦ green 10 ◦ blue 11

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

Shades of Rustic Red #330A0B

Tints of Rustic Red #330A0B

RGB

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

 GREEN value IS 10 (4.3% from 255) = 13.89%

 BLUE value IS 11 (4.69% from 255) = 15.28%

R = 70.83%
G = 13.89%
B = 15.28%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.78

 K value IS 0.8

RGB Variations

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

Color information

#330A0B (or 0x330A0B) is known color: Rustic Red. HEX triplet: 33, 0A and 0B. RGB value is (51,10,11). Sum of RGB (Red+Green+Blue) = 51+10+11=72 (9% of max value = 765). Red value is 51 (20.31% from 255 or 70.83% from 72); Green value is 10 (4.30% from 255 or 13.89% from 72); Blue value is 11 (4.69% from 255 or 15.28% from 72); Max value from RGB is 51 - color contains mainly: red. Hex color #330A0B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330A0B is #CCF5F4. Grayscale: #161616. Windows color (decimal): -13432309 or 723507. OLE color: 723507.

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

Color convert

RGB 51 10 11 -
CMYK 0 0.80 0.78 0.8
HSL 358.54º 0.67% 0.12% -
HSV(B) 358.54º 0.8% 0.2% -
XYZ 1.53 0.95 0.42 -
YUV 22.37 121.58 148.42 -
System Red Green Blue C M Y K H S L
Decimal 51 10 11 0 0.80 0.78 0.8 358.54 0.67 0.12
Hex 33 A B 0 50 4E 50 167 43 C
Octal 63 12 13 0 120 116 120 547 103 14
Binary 110011 1010 1011 0 1010000 1001110 1010000 101100111 1000011 1100

Color Harmonies of #330A0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330A0B

Black with #330A0B

Text Example


Text Example

White with #330A0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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