Html Css Color HEX #330B18 Rustic Red

📋 copy color: '#330B18'

red 51 ◦ green 11 ◦ blue 24

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

Shades of Rustic Red #330B18

Tints of Rustic Red #330B18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 27.91%

R = 59.3%
G = 12.79%
B = 27.91%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.53

 K value IS 0.8

RGB Variations

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

Color information

#330B18 (or 0x330B18) is known color: Rustic Red. HEX triplet: 33, 0B and 18. RGB value is (51,11,24). Sum of RGB (Red+Green+Blue) = 51+11+24=86 (11% of max value = 765). Red value is 51 (20.31% from 255 or 59.30% from 86); Green value is 11 (4.69% from 255 or 12.79% from 86); Blue value is 24 (9.77% from 255 or 27.91% from 86); Max value from RGB is 51 - color contains mainly: red. Hex color #330B18 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330B18 is #CCF4E7. Grayscale: #181818. Windows color (decimal): -13432040 or 1575731. OLE color: 1575731.

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

Color convert

RGB 51 11 24 -
CMYK 0 0.78 0.53 0.8
HSL 340.5º 0.65% 0.12% -
HSV(B) 340.5º 0.78% 0.2% -
XYZ 1.65 1.01 0.97 -
YUV 24.44 127.75 146.94 -
System Red Green Blue C M Y K H S L
Decimal 51 11 24 0 0.78 0.53 0.8 340.5 0.65 0.12
Hex 33 B 18 0 4E 35 50 154 41 C
Octal 63 13 30 0 116 65 120 524 101 14
Binary 110011 1011 11000 0 1001110 110101 1010000 101010100 1000001 1100

Color Harmonies of #330B18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330B18

Black with #330B18

Text Example


Text Example

White with #330B18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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