#30101A

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

Shades of Rustic Red #30101A

Tints of Rustic Red #30101A

Color information

#30101A (or 0x30101A) is unknown color: approx Rustic Red. HEX triplet: 30, 10 and 1A. RGB value is (48,16,26). Sum of RGB (Red+Green+Blue) = 48+16+26=90 (11% of max value = 765). Red value is 48 (19.14% from 255 or 53.33% from 90); Green value is 16 (6.64% from 255 or 17.78% from 90); Blue value is 26 (10.55% from 255 or 28.89% from 90); Max value from RGB is 48 - color contains mainly: red. Hex color #30101A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30101A is #CFEFE5. Grayscale: #1A1A1A. Windows color (decimal): -13627366 or 1708080. OLE color: 1708080.

HSL color Cylindrical-coordinate representation of color #30101A: hue angle of 341.25º degrees, saturation: 0.5, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #30101A is Cyan = 0, Magento = 0.67, Yellow = 0.46 and Black (K on CMYK) = 0.81.

Color convert

RGB481626-
CMYK00.670.460.81
HSL341.25º50%12.55%-
HSV(B)341.25º66.67%18.82%-
XYZ1.591.071.1-
YUV26.71127.6143.19-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 53.33%
GREEN value IS 16 (6.64% from 255) = 17.78%
BLUE value IS 26 (10.55% from 255) = 28.89%
R=53.33%
G=17.78%
B=28.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.46
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48162600.670.460.81341.255012.55
Hex30101A0432E5115532d
Octal6020320103561215256215
Binary11000010000110100100001110111010100011010101011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30101A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,16,26); }

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

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

 a { background-color: rgb(48,16,26); }

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

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

 span { border-color: rgb(48,16,26); }

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