Html Css Color HEX #540B05 Red Oxide

📋 copy color: '#540B05'

red 84 ◦ green 11 ◦ blue 5

#540B05
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red Oxide #540B05

Tints of Red Oxide #540B05

RGB

 RED value IS 84 (33.2% from 255) = 84%

 GREEN value IS 11 (4.69% from 255) = 11%

 BLUE value IS 5 (2.34% from 255) = 5%

R = 84%
G = 11%
B = 5%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.94

 K value IS 0.67

RGB Variations

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

Color information

#540B05 (or 0x540B05) is known color: Red Oxide. HEX triplet: 54, 0B and 05. RGB value is (84,11,5). Sum of RGB (Red+Green+Blue) = 84+11+5=100 (13% of max value = 765). Red value is 84 (33.20% from 255 or 84% from 100); Green value is 11 (4.69% from 255 or 11% from 100); Blue value is 5 (2.34% from 255 or 5% from 100); Max value from RGB is 84 - color contains mainly: red. Hex color #540B05 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540B05 is #ABF4FA. Grayscale: #202020. Windows color (decimal): -11269371 or 330580. OLE color: 330580.

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

Color convert

RGB 84 11 5 -
CMYK 0 0.87 0.94 0.67
HSL 4.56º 0.89% 0.17% -
HSV(B) 4.56º 0.94% 0.33% -
XYZ 3.8 2.14 0.36 -
YUV 32.14 112.68 164.99 -
System Red Green Blue C M Y K H S L
Decimal 84 11 5 0 0.87 0.94 0.67 4.56 0.89 0.17
Hex 54 B 5 0 57 5E 43 5 59 11
Octal 124 13 5 0 127 136 103 5 131 21
Binary 1010100 1011 101 0 1010111 1011110 1000011 101 1011001 10001

Color Harmonies of #540B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540B05

Black with #540B05

Text Example


Text Example

White with #540B05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #540B05;
 }
 .AnyTagClassName
 {
   color: #540B05;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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