#30000F

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

Shades of Rustic Red #30000F

Tints of Rustic Red #30000F

Color information

#30000F (or 0x30000F) is unknown color: approx Rustic Red. HEX triplet: 30, 00 and 0F. RGB value is (48,0,15). Sum of RGB (Red+Green+Blue) = 48+0+15=63 (8% of max value = 765). Red value is 48 (19.14% from 255 or 76.19% from 63); Green value is 0 (0.39% from 255 or 0% from 63); Blue value is 15 (6.25% from 255 or 23.81% from 63); Max value from RGB is 48 - color contains mainly: red. Hex color #30000F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #30000F is #CFFFF0. Grayscale: #101010. Windows color (decimal): -13631473 or 983088. OLE color: 983088.

HSL color Cylindrical-coordinate representation of color #30000F: hue angle of 341.25º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #30000F is Cyan = 0, Magento = 1, Yellow = 0.69 and Black (K on CMYK) = 0.81.

Color convert

RGB48015-
CMYK010.690.81
HSL341.25º100%9.41%-
HSV(B)341.25º100%18.82%-
XYZ1.310.660.51-
YUV16.06127.4150.78-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 76.19%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 15 (6.25% from 255) = 23.81%
R=76.19%
G=0%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.69
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48015010.690.81341.251009.41
Hex300F0644551155649
Octal60017014410512152514411
Binary11000001111011001001000101101000110101010111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30000F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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