#30020B

Color #30020B Rustic Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rustic Red #30020B

Tints of Rustic Red #30020B

Color information

#30020B (or 0x30020B) is unknown color: approx Rustic Red. HEX triplet: 30, 02 and 0B. RGB value is (48,2,11). Sum of RGB (Red+Green+Blue) = 48+2+11=61 (8% of max value = 765). Red value is 48 (19.14% from 255 or 78.69% from 61); Green value is 2 (1.17% from 255 or 3.28% from 61); Blue value is 11 (4.69% from 255 or 18.03% from 61); Max value from RGB is 48 - color contains mainly: red. Hex color #30020B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #30020B is #CFFDF4. Grayscale: #101010. Windows color (decimal): -13630965 or 721456. OLE color: 721456.

HSL color Cylindrical-coordinate representation of color #30020B: hue angle of 348.26º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #30020B is Cyan = 0, Magento = 0.96, Yellow = 0.77 and Black (K on CMYK) = 0.81.

Color convert

RGB48211-
CMYK00.960.770.81
HSL348.26º92%9.8%-
HSV(B)348.26º95.83%18.82%-
XYZ1.30.70.38-
YUV16.78124.74150.27-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 78.69%
GREEN value IS 2 (1.17% from 255) = 3.28%
BLUE value IS 11 (4.69% from 255) = 18.03%
R=78.69%
G=3.28%
B=18.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.77
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4821100.960.770.81348.26929.8
Hex302B0604D5115c5ca
Octal60213014011512153413412
Binary110000101011011000001001101101000110101110010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30020B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30020B; }

 p { color: rgb(48,2,11); }

 H1.HeaderClassName
 {
   color: #30020B;
 }
 .AnyTagClassName
 {
   color: #30020B;
 }
</style>
background-color css

<style>
 a { background-color: #30020B; }

 a { background-color: rgb(48,2,11); }

 div.DivClassName
 {
   background-color: #30020B;
 }
 .BgClassName
 {
   background-color: #30020B;
 }
</style>
border-color css

<style>
 span { border-color: #30020B; }

 span { border-color: rgb(48,2,11); }

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