Html Css Color HEX #330B13 Rustic Red

📋 copy color: '#330B13'

red 51 ◦ green 11 ◦ blue 19

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

Shades of Rustic Red #330B13

Tints of Rustic Red #330B13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 23.46%

R = 62.96%
G = 13.58%
B = 23.46%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.63

 K value IS 0.8

RGB Variations

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

Color information

#330B13 (or 0x330B13) is known color: Rustic Red. HEX triplet: 33, 0B and 13. RGB value is (51,11,19). Sum of RGB (Red+Green+Blue) = 51+11+19=81 (10% of max value = 765). Red value is 51 (20.31% from 255 or 62.96% from 81); Green value is 11 (4.69% from 255 or 13.58% from 81); Blue value is 19 (7.81% from 255 or 23.46% from 81); Max value from RGB is 51 - color contains mainly: red. Hex color #330B13 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330B13 is #CCF4EC. Grayscale: #171717. Windows color (decimal): -13432045 or 1248051. OLE color: 1248051.

HSL color Cylindrical-coordinate representation of color #330B13: hue angle of 348º 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 #330B13 is Cyan = 0, Magento = 0.78, Yellow = 0.63 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 11 19 -
CMYK 0 0.78 0.63 0.8
HSL 348º 0.65% 0.12% -
HSV(B) 348º 0.78% 0.2% -
XYZ 1.6 0.99 0.72 -
YUV 23.87 125.25 147.35 -
System Red Green Blue C M Y K H S L
Decimal 51 11 19 0 0.78 0.63 0.8 348 0.65 0.12
Hex 33 B 13 0 4E 3F 50 15C 41 C
Octal 63 13 23 0 116 77 120 534 101 14
Binary 110011 1011 10011 0 1001110 111111 1010000 101011100 1000001 1100

Color Harmonies of #330B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330B13

Black with #330B13

Text Example


Text Example

White with #330B13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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