#30030F

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

Shades of Rustic Red #30030F

Tints of Rustic Red #30030F

Color information

#30030F (or 0x30030F) is unknown color: approx Rustic Red. HEX triplet: 30, 03 and 0F. RGB value is (48,3,15). Sum of RGB (Red+Green+Blue) = 48+3+15=66 (8% of max value = 765). Red value is 48 (19.14% from 255 or 72.73% from 66); Green value is 3 (1.56% from 255 or 4.55% from 66); Blue value is 15 (6.25% from 255 or 22.73% from 66); Max value from RGB is 48 - color contains mainly: red. Hex color #30030F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #30030F is #CFFCF0. Grayscale: #111111. Windows color (decimal): -13630705 or 983856. OLE color: 983856.

HSL color Cylindrical-coordinate representation of color #30030F: hue angle of 344º 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 #30030F is Cyan = 0, Magento = 0.94, Yellow = 0.69 and Black (K on CMYK) = 0.81.

Color convert

RGB48315-
CMYK00.940.690.81
HSL344º88.24%10%-
HSV(B)344º93.75%18.82%-
XYZ1.340.730.52-
YUV17.82126.41149.52-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 72.73%
GREEN value IS 3 (1.56% from 255) = 4.55%
BLUE value IS 15 (6.25% from 255) = 22.73%
R=72.73%
G=4.55%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.69
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4831500.940.690.8134488.2410
Hex303F05E455115858a
Octal60317013610512153013012
Binary110000111111010111101000101101000110101100010110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30030F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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