#30020D

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

Shades of Rustic Red #30020D

Tints of Rustic Red #30020D

Color information

#30020D (or 0x30020D) is unknown color: approx Rustic Red. HEX triplet: 30, 02 and 0D. RGB value is (48,2,13). Sum of RGB (Red+Green+Blue) = 48+2+13=63 (8% of max value = 765). Red value is 48 (19.14% from 255 or 76.19% from 63); Green value is 2 (1.17% from 255 or 3.17% from 63); Blue value is 13 (5.47% from 255 or 20.63% from 63); Max value from RGB is 48 - color contains mainly: red. Hex color #30020D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #30020D is #CFFDF2. Grayscale: #111111. Windows color (decimal): -13630963 or 852528. OLE color: 852528.

HSL color Cylindrical-coordinate representation of color #30020D: hue angle of 345.65º 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 #30020D is Cyan = 0, Magento = 0.96, Yellow = 0.73 and Black (K on CMYK) = 0.81.

Color convert

RGB48213-
CMYK00.960.730.81
HSL345.65º92%9.8%-
HSV(B)345.65º95.83%18.82%-
XYZ1.310.70.45-
YUV17.01125.74150.11-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 76.19%
GREEN value IS 2 (1.17% from 255) = 3.17%
BLUE value IS 13 (5.47% from 255) = 20.63%
R=76.19%
G=3.17%
B=20.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.73
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4821300.960.730.81345.65929.8
Hex302D060495115a5ca
Octal60215014011112153213412
Binary110000101101011000001001001101000110101101010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30020D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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