#54180A

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

Shades of Red Oxide #54180A

Tints of Red Oxide #54180A

Color information

#54180A (or 0x54180A) is unknown color: approx Red Oxide. HEX triplet: 54, 18 and 0A. RGB value is (84,24,10). Sum of RGB (Red+Green+Blue) = 84+24+10=118 (15% of max value = 765). Red value is 84 (33.20% from 255 or 71.19% from 118); Green value is 24 (9.77% from 255 or 20.34% from 118); Blue value is 10 (4.30% from 255 or 8.47% from 118); Max value from RGB is 84 - color contains mainly: red. Hex color #54180A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #54180A is #ABE7F5. Grayscale: #282828. Windows color (decimal): -11266038 or 661588. OLE color: 661588.

HSL color Cylindrical-coordinate representation of color #54180A: hue angle of 11.35º degrees, saturation: 0.79, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #54180A is Cyan = 0, Magento = 0.71, Yellow = 0.88 and Black (K on CMYK) = 0.67.

Color convert

RGB842410-
CMYK00.710.880.67
HSL11.35º78.72%18.43%-
HSV(B)11.35º88.1%32.94%-
XYZ4.042.560.57-
YUV40.34110.88159.14-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 71.19%
GREEN value IS 24 (9.77% from 255) = 20.34%
BLUE value IS 10 (4.30% from 255) = 8.47%
R=71.19%
G=20.34%
B=8.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.88
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84241000.710.880.6711.3578.7218.43
Hex5418A0475843b4f12
Octal124301201071301031311722
Binary101010011000101001000111101100010000111011100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54180A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,24,10); }

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

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

 a { background-color: rgb(84,24,10); }

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

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

 span { border-color: rgb(84,24,10); }

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