#540B03

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

Shades of Red Oxide #540B03

Tints of Red Oxide #540B03

Color information

#540B03 (or 0x540B03) is unknown color: approx Red Oxide. HEX triplet: 54, 0B and 03. RGB value is (84,11,3). Sum of RGB (Red+Green+Blue) = 84+11+3=98 (12% of max value = 765). Red value is 84 (33.20% from 255 or 85.71% from 98); Green value is 11 (4.69% from 255 or 11.22% from 98); Blue value is 3 (1.56% from 255 or 3.06% from 98); Max value from RGB is 84 - color contains mainly: red. Hex color #540B03 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540B03 is #ABF4FC. Grayscale: #202020. Windows color (decimal): -11269373 or 199508. OLE color: 199508.

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

Color convert

RGB84113-
CMYK00.870.960.67
HSL5.93º93.1%17.06%-
HSV(B)5.93º96.43%32.94%-
XYZ3.792.130.3-
YUV31.92111.68165.15-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 85.71%
GREEN value IS 11 (4.69% from 255) = 11.22%
BLUE value IS 3 (1.56% from 255) = 3.06%
R=85.71%
G=11.22%
B=3.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.96
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8411300.870.960.675.9393.117.06
Hex54B3057604365d11
Octal1241330127140103613521
Binary10101001011110101011111000001000011110101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540B03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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