#30191A

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

Shades of Rustic Red #30191A

Tints of Rustic Red #30191A

Color information

#30191A (or 0x30191A) is unknown color: approx Rustic Red. HEX triplet: 30, 19 and 1A. RGB value is (48,25,26). Sum of RGB (Red+Green+Blue) = 48+25+26=99 (13% of max value = 765). Red value is 48 (19.14% from 255 or 48.48% from 99); Green value is 25 (10.16% from 255 or 25.25% from 99); Blue value is 26 (10.55% from 255 or 26.26% from 99); Max value from RGB is 48 - color contains mainly: red. Hex color #30191A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30191A is #CFE6E5. Grayscale: #202020. Windows color (decimal): -13625062 or 1710384. OLE color: 1710384.

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

Color convert

RGB482526-
CMYK00.480.460.81
HSL357.39º31.51%14.31%-
HSV(B)357.39º47.92%18.82%-
XYZ1.751.41.15-
YUV31.99124.62139.42-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 48.48%
GREEN value IS 25 (10.16% from 255) = 25.25%
BLUE value IS 26 (10.55% from 255) = 26.26%
R=48.48%
G=25.25%
B=26.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.46
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48252600.480.460.81357.3931.5114.31
Hex30191A0302E5116520e
Octal603132060561215454016
Binary1100001100111010011000010111010100011011001011000001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30191A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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