Html Css Color HEX #330B19 Rustic Red

📋 copy color: '#330B19'

red 51 ◦ green 11 ◦ blue 25

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

Shades of Rustic Red #330B19

Tints of Rustic Red #330B19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 28.74%

R = 58.62%
G = 12.64%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.51

 K value IS 0.8

RGB Variations

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

Color information

#330B19 (or 0x330B19) is known color: Rustic Red. HEX triplet: 33, 0B and 19. RGB value is (51,11,25). Sum of RGB (Red+Green+Blue) = 51+11+25=87 (11% of max value = 765). Red value is 51 (20.31% from 255 or 58.62% from 87); Green value is 11 (4.69% from 255 or 12.64% from 87); Blue value is 25 (10.16% from 255 or 28.74% from 87); Max value from RGB is 51 - color contains mainly: red. Hex color #330B19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330B19 is #CCF4E6. Grayscale: #181818. Windows color (decimal): -13432039 or 1641267. OLE color: 1641267.

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

Color convert

RGB 51 11 25 -
CMYK 0 0.78 0.51 0.8
HSL 339º 0.65% 0.12% -
HSV(B) 339º 0.78% 0.2% -
XYZ 1.66 1.01 1.03 -
YUV 24.56 128.25 146.86 -
System Red Green Blue C M Y K H S L
Decimal 51 11 25 0 0.78 0.51 0.8 339 0.65 0.12
Hex 33 B 19 0 4E 33 50 153 41 C
Octal 63 13 31 0 116 63 120 523 101 14
Binary 110011 1011 11001 0 1001110 110011 1010000 101010011 1000001 1100

Color Harmonies of #330B19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330B19

Black with #330B19

Text Example


Text Example

White with #330B19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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