#481A1A

Color #481A1A Red Oxide (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Oxide #481A1A

Tints of Red Oxide #481A1A

Color information

#481A1A (or 0x481A1A) is unknown color: approx Red Oxide. HEX triplet: 48, 1A and 1A. RGB value is (72,26,26). Sum of RGB (Red+Green+Blue) = 72+26+26=124 (16% of max value = 765). Red value is 72 (28.52% from 255 or 58.06% from 124); Green value is 26 (10.55% from 255 or 20.97% from 124); Blue value is 26 (10.55% from 255 or 20.97% from 124); Max value from RGB is 72 - color contains mainly: red. Hex color #481A1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481A1A is #B7E5E5. Grayscale: #272727. Windows color (decimal): -12051942 or 1710664. OLE color: 1710664.

HSL color Cylindrical-coordinate representation of color #481A1A: hue angle of 0º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #481A1A is Cyan = 0, Magento = 0.64, Yellow = 0.64 and Black (K on CMYK) = 0.72.

Color convert

RGB722626-
CMYK00.640.640.72
HSL46.94%19.22%-
HSV(B)63.89%28.24%-
XYZ3.232.191.23-
YUV39.75120.24151-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 58.06%
GREEN value IS 26 (10.55% from 255) = 20.97%
BLUE value IS 26 (10.55% from 255) = 20.97%
R=58.06%
G=20.97%
B=20.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.64
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72262600.640.640.72046.9419.22
Hex481A1A040404802f13
Octal1103232010010011005723
Binary100100011010110100100000010000001001000010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481A1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481A1A; }

 p { color: rgb(72,26,26); }

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

<style>
 a { background-color: #481A1A; }

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

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

<style>
 span { border-color: #481A1A; }

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

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