#540302

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

Shades of Red Oxide #540302

Tints of Red Oxide #540302

Color information

#540302 (or 0x540302) is unknown color: approx Red Oxide. HEX triplet: 54, 03 and 02. RGB value is (84,3,2). Sum of RGB (Red+Green+Blue) = 84+3+2=89 (11% of max value = 765). Red value is 84 (33.20% from 255 or 94.38% from 89); Green value is 3 (1.56% from 255 or 3.37% from 89); Blue value is 2 (1.17% from 255 or 2.25% from 89); Max value from RGB is 84 - color contains mainly: red. Hex color #540302 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540302 is #ABFCFD. Grayscale: #1B1B1B. Windows color (decimal): -11271422 or 131924. OLE color: 131924.

HSL color Cylindrical-coordinate representation of color #540302: hue angle of 0.73º 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 #540302 is Cyan = 0, Magento = 0.96, Yellow = 0.98 and Black (K on CMYK) = 0.67.

Color convert

RGB8432-
CMYK00.960.980.67
HSL0.73º95.35%16.86%-
HSV(B)0.73º97.62%32.94%-
XYZ3.71.950.24-
YUV27.1113.84168.58-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 94.38%
GREEN value IS 3 (1.56% from 255) = 3.37%
BLUE value IS 2 (1.17% from 255) = 2.25%
R=94.38%
G=3.37%
B=2.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.98
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal843200.960.980.670.7395.3516.86
Hex5432060624315f11
Octal124320140142103113721
Binary1010100111001100000110001010000111101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540302; }

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

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

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

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

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

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

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

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