Html Css Color HEX #330B15 Rustic Red

📋 copy color: '#330B15'

red 51 ◦ green 11 ◦ blue 21

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

Shades of Rustic Red #330B15

Tints of Rustic Red #330B15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 25.3%

R = 61.45%
G = 13.25%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.59

 K value IS 0.8

RGB Variations

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

Color information

#330B15 (or 0x330B15) is known color: Rustic Red. HEX triplet: 33, 0B and 15. RGB value is (51,11,21). Sum of RGB (Red+Green+Blue) = 51+11+21=83 (10% of max value = 765). Red value is 51 (20.31% from 255 or 61.45% from 83); Green value is 11 (4.69% from 255 or 13.25% from 83); Blue value is 21 (8.59% from 255 or 25.30% from 83); Max value from RGB is 51 - color contains mainly: red. Hex color #330B15 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330B15 is #CCF4EA. Grayscale: #181818. Windows color (decimal): -13432043 or 1379123. OLE color: 1379123.

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

Color convert

RGB 51 11 21 -
CMYK 0 0.78 0.59 0.8
HSL 345º 0.65% 0.12% -
HSV(B) 345º 0.78% 0.2% -
XYZ 1.62 1 0.82 -
YUV 24.1 126.25 147.19 -
System Red Green Blue C M Y K H S L
Decimal 51 11 21 0 0.78 0.59 0.8 345 0.65 0.12
Hex 33 B 15 0 4E 3B 50 159 41 C
Octal 63 13 25 0 116 73 120 531 101 14
Binary 110011 1011 10101 0 1001110 111011 1010000 101011001 1000001 1100

Color Harmonies of #330B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330B15

Black with #330B15

Text Example


Text Example

White with #330B15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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