#54150C

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

Shades of Red Oxide #54150C

Tints of Red Oxide #54150C

Color information

#54150C (or 0x54150C) is unknown color: approx Red Oxide. HEX triplet: 54, 15 and 0C. RGB value is (84,21,12). Sum of RGB (Red+Green+Blue) = 84+21+12=117 (15% of max value = 765). Red value is 84 (33.20% from 255 or 71.79% from 117); Green value is 21 (8.59% from 255 or 17.95% from 117); Blue value is 12 (5.08% from 255 or 10.26% from 117); Max value from RGB is 84 - color contains mainly: red. Hex color #54150C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #54150C is #ABEAF3. Grayscale: #262626. Windows color (decimal): -11266804 or 791892. OLE color: 791892.

HSL color Cylindrical-coordinate representation of color #54150C: hue angle of 7.5º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #54150C is Cyan = 0, Magento = 0.75, Yellow = 0.86 and Black (K on CMYK) = 0.67.

Color convert

RGB842112-
CMYK00.750.860.67
HSL7.5º75%18.82%-
HSV(B)7.5º85.71%32.94%-
XYZ3.992.450.61-
YUV38.81112.87160.23-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 71.79%
GREEN value IS 21 (8.59% from 255) = 17.95%
BLUE value IS 12 (5.08% from 255) = 10.26%
R=71.79%
G=17.95%
B=10.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.86
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84211200.750.860.677.57518.82
Hex5415C04B564384b13
Octal124251401131261031011323
Binary101010010101110001001011101011010000111000100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54150C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54150C; }

 p { color: rgb(84,21,12); }

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

<style>
 a { background-color: #54150C; }

 a { background-color: rgb(84,21,12); }

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

<style>
 span { border-color: #54150C; }

 span { border-color: rgb(84,21,12); }

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