#30090D

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

Shades of Rustic Red #30090D

Tints of Rustic Red #30090D

Color information

#30090D (or 0x30090D) is unknown color: approx Rustic Red. HEX triplet: 30, 09 and 0D. RGB value is (48,9,13). Sum of RGB (Red+Green+Blue) = 48+9+13=70 (9% of max value = 765). Red value is 48 (19.14% from 255 or 68.57% from 70); Green value is 9 (3.91% from 255 or 12.86% from 70); Blue value is 13 (5.47% from 255 or 18.57% from 70); Max value from RGB is 48 - color contains mainly: red. Hex color #30090D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #30090D is #CFF6F2. Grayscale: #151515. Windows color (decimal): -13629171 or 854320. OLE color: 854320.

HSL color Cylindrical-coordinate representation of color #30090D: hue angle of 353.85º degrees, saturation: 0.68, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30090D is Cyan = 0, Magento = 0.81, Yellow = 0.73 and Black (K on CMYK) = 0.81.

Color convert

RGB48913-
CMYK00.810.730.81
HSL353.85º68.42%11.18%-
HSV(B)353.85º81.25%18.82%-
XYZ1.390.850.47-
YUV21.12123.42147.17-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 68.57%
GREEN value IS 9 (3.91% from 255) = 12.86%
BLUE value IS 13 (5.47% from 255) = 18.57%
R=68.57%
G=12.86%
B=18.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.73
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4891300.810.730.81353.8568.4211.18
Hex309D051495116244b
Octal601115012111112154210413
Binary11000010011101010100011001001101000110110001010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30090D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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