Html Css Color HEX #540209 Rustic Red

📋 copy color: '#540209'

red 84 ◦ green 2 ◦ blue 9

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

Shades of Rustic Red #540209

Tints of Rustic Red #540209

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.11%

 BLUE value IS 9 (3.91% from 255) = 9.47%

R = 88.42%
G = 2.11%
B = 9.47%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.89

 K value IS 0.67

RGB Variations

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

Color information

#540209 (or 0x540209) is known color: Rustic Red. HEX triplet: 54, 02 and 09. RGB value is (84,2,9). Sum of RGB (Red+Green+Blue) = 84+2+9=95 (12% of max value = 765). Red value is 84 (33.20% from 255 or 88.42% from 95); Green value is 2 (1.17% from 255 or 2.11% from 95); Blue value is 9 (3.91% from 255 or 9.47% from 95); Max value from RGB is 84 - color contains mainly: red. Hex color #540209 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540209 is #ABFDF6. Grayscale: #1B1B1B. Windows color (decimal): -11271671 or 590420. OLE color: 590420.

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

Color convert

RGB 84 2 9 -
CMYK 0 0.98 0.89 0.67
HSL 354.88º 0.95% 0.17% -
HSV(B) 354.88º 0.98% 0.33% -
XYZ 3.73 1.95 0.44 -
YUV 27.32 117.67 168.43 -
System Red Green Blue C M Y K H S L
Decimal 84 2 9 0 0.98 0.89 0.67 354.88 0.95 0.17
Hex 54 2 9 0 62 59 43 163 5F 11
Octal 124 2 11 0 142 131 103 543 137 21
Binary 1010100 10 1001 0 1100010 1011001 1000011 101100011 1011111 10001

Color Harmonies of #540209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540209

Black with #540209

Text Example


Text Example

White with #540209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540209; }

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

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

background-color css

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

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

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

border-color css

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

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

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