#30090A

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

Shades of Rustic Red #30090A

Tints of Rustic Red #30090A

Color information

#30090A (or 0x30090A) is unknown color: approx Rustic Red. HEX triplet: 30, 09 and 0A. RGB value is (48,9,10). Sum of RGB (Red+Green+Blue) = 48+9+10=67 (8% of max value = 765). Red value is 48 (19.14% from 255 or 71.64% from 67); Green value is 9 (3.91% from 255 or 13.43% from 67); Blue value is 10 (4.30% from 255 or 14.93% from 67); Max value from RGB is 48 - color contains mainly: red. Hex color #30090A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #30090A is #CFF6F5. Grayscale: #141414. Windows color (decimal): -13629174 or 657712. OLE color: 657712.

HSL color Cylindrical-coordinate representation of color #30090A: hue angle of 358.46º 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 #30090A is Cyan = 0, Magento = 0.81, Yellow = 0.79 and Black (K on CMYK) = 0.81.

Color convert

RGB48910-
CMYK00.810.790.81
HSL358.46º68.42%11.18%-
HSV(B)358.46º81.25%18.82%-
XYZ1.370.850.38-
YUV20.78121.92147.42-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 71.64%
GREEN value IS 9 (3.91% from 255) = 13.43%
BLUE value IS 10 (4.30% from 255) = 14.93%
R=71.64%
G=13.43%
B=14.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.79
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4891000.810.790.81358.4668.4211.18
Hex309A0514F5116644b
Octal601112012111712154610413
Binary11000010011010010100011001111101000110110011010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30090A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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