#30010D

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

Shades of Rustic Red #30010D

Tints of Rustic Red #30010D

Color information

#30010D (or 0x30010D) is unknown color: approx Rustic Red. HEX triplet: 30, 01 and 0D. RGB value is (48,1,13). Sum of RGB (Red+Green+Blue) = 48+1+13=62 (8% of max value = 765). Red value is 48 (19.14% from 255 or 77.42% from 62); Green value is 1 (0.78% from 255 or 1.61% from 62); Blue value is 13 (5.47% from 255 or 20.97% from 62); Max value from RGB is 48 - color contains mainly: red. Hex color #30010D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #30010D is #CFFEF2. Grayscale: #101010. Windows color (decimal): -13631219 or 852272. OLE color: 852272.

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

Color convert

RGB48113-
CMYK00.980.730.81
HSL344.68º95.92%9.61%-
HSV(B)344.68º97.92%18.82%-
XYZ1.30.680.44-
YUV16.42126.07150.52-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 77.42%
GREEN value IS 1 (0.78% from 255) = 1.61%
BLUE value IS 13 (5.47% from 255) = 20.97%
R=77.42%
G=1.61%
B=20.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.73
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4811300.980.730.81344.6895.929.61
Hex301D062495115960a
Octal60115014211112153114012
Binary11000011101011000101001001101000110101100111000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30010D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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