#30030C

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

Shades of Rustic Red #30030C

Tints of Rustic Red #30030C

Color information

#30030C (or 0x30030C) is unknown color: approx Rustic Red. HEX triplet: 30, 03 and 0C. RGB value is (48,3,12). Sum of RGB (Red+Green+Blue) = 48+3+12=63 (8% of max value = 765). Red value is 48 (19.14% from 255 or 76.19% from 63); Green value is 3 (1.56% from 255 or 4.76% from 63); Blue value is 12 (5.08% from 255 or 19.05% from 63); Max value from RGB is 48 - color contains mainly: red. Hex color #30030C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #30030C is #CFFCF3. Grayscale: #111111. Windows color (decimal): -13630708 or 787248. OLE color: 787248.

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

Color convert

RGB48312-
CMYK00.940.750.81
HSL348º88.24%10%-
HSV(B)348º93.75%18.82%-
XYZ1.320.720.42-
YUV17.48124.91149.77-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 76.19%
GREEN value IS 3 (1.56% from 255) = 4.76%
BLUE value IS 12 (5.08% from 255) = 19.05%
R=76.19%
G=4.76%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.75
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4831200.940.750.8134888.2410
Hex303C05E4B5115c58a
Octal60314013611312153413012
Binary110000111100010111101001011101000110101110010110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30030C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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