#540E02

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

Shades of Red Oxide #540E02

Tints of Red Oxide #540E02

Color information

#540E02 (or 0x540E02) is unknown color: approx Red Oxide. HEX triplet: 54, 0E and 02. RGB value is (84,14,2). Sum of RGB (Red+Green+Blue) = 84+14+2=100 (13% of max value = 765). Red value is 84 (33.20% from 255 or 84% from 100); Green value is 14 (5.86% from 255 or 14% from 100); Blue value is 2 (1.17% from 255 or 2% from 100); Max value from RGB is 84 - color contains mainly: red. Hex color #540E02 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540E02 is #ABF1FD. Grayscale: #212121. Windows color (decimal): -11268606 or 134740. OLE color: 134740.

HSL color Cylindrical-coordinate representation of color #540E02: hue angle of 8.78º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #540E02 is Cyan = 0, Magento = 0.83, Yellow = 0.98 and Black (K on CMYK) = 0.67.

Color convert

RGB84142-
CMYK00.830.980.67
HSL8.78º95.35%16.86%-
HSV(B)8.78º97.62%32.94%-
XYZ3.822.20.28-
YUV33.56110.19163.98-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 84%
GREEN value IS 14 (5.86% from 255) = 14%
BLUE value IS 2 (1.17% from 255) = 2%
R=84%
G=14%
B=2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.98
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8414200.830.980.678.7895.3516.86
Hex54E2053624395f11
Octal12416201231421031113721
Binary101010011101001010011110001010000111001101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540E02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540E02; }

 p { color: rgb(84,14,2); }

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

<style>
 a { background-color: #540E02; }

 a { background-color: rgb(84,14,2); }

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

<style>
 span { border-color: #540E02; }

 span { border-color: rgb(84,14,2); }

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