#30030B

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

Shades of Rustic Red #30030B

Tints of Rustic Red #30030B

Color information

#30030B (or 0x30030B) is unknown color: approx Rustic Red. HEX triplet: 30, 03 and 0B. RGB value is (48,3,11). Sum of RGB (Red+Green+Blue) = 48+3+11=62 (8% of max value = 765). Red value is 48 (19.14% from 255 or 77.42% from 62); Green value is 3 (1.56% from 255 or 4.84% from 62); Blue value is 11 (4.69% from 255 or 17.74% from 62); Max value from RGB is 48 - color contains mainly: red. Hex color #30030B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #30030B is #CFFCF4. Grayscale: #111111. Windows color (decimal): -13630709 or 721712. OLE color: 721712.

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

Color convert

RGB48311-
CMYK00.940.770.81
HSL349.33º88.24%10%-
HSV(B)349.33º93.75%18.82%-
XYZ1.310.720.39-
YUV17.37124.41149.85-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 77.42%
GREEN value IS 3 (1.56% from 255) = 4.84%
BLUE value IS 11 (4.69% from 255) = 17.74%
R=77.42%
G=4.84%
B=17.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.77
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4831100.940.770.81349.3388.2410
Hex303B05E4D5115d58a
Octal60313013611512153513012
Binary110000111011010111101001101101000110101110110110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30030B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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