#481A18

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

Shades of Red Oxide #481A18

Tints of Red Oxide #481A18

Color information

#481A18 (or 0x481A18) is unknown color: approx Red Oxide. HEX triplet: 48, 1A and 18. RGB value is (72,26,24). Sum of RGB (Red+Green+Blue) = 72+26+24=122 (16% of max value = 765). Red value is 72 (28.52% from 255 or 59.02% from 122); Green value is 26 (10.55% from 255 or 21.31% from 122); Blue value is 24 (9.77% from 255 or 19.67% from 122); Max value from RGB is 72 - color contains mainly: red. Hex color #481A18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #481A18 is #B7E5E7. Grayscale: #272727. Windows color (decimal): -12051944 or 1579592. OLE color: 1579592.

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

Color convert

RGB722624-
CMYK00.640.670.72
HSL2.5º50%18.82%-
HSV(B)2.5º66.67%28.24%-
XYZ3.212.181.12-
YUV39.53119.24151.16-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 59.02%
GREEN value IS 26 (10.55% from 255) = 21.31%
BLUE value IS 24 (9.77% from 255) = 19.67%
R=59.02%
G=21.31%
B=19.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.67
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72262400.640.670.722.55018.82
Hex481A18040434833213
Octal1103230010010311036223
Binary1001000110101100001000000100001110010001111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481A18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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