Html Css Color HEX #B8540D Rust

📋 copy color: '#B8540D'

red 184 ◦ green 84 ◦ blue 13

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

Shades of Rust #B8540D

Tints of Rust #B8540D

RGB

 RED value IS 184 (72.27% from 255) = 65.48%

 GREEN value IS 84 (33.2% from 255) = 29.89%

 BLUE value IS 13 (5.47% from 255) = 4.63%

R = 65.48%
G = 29.89%
B = 4.63%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.93

 K value IS 0.28

RGB Variations

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

Color information

#B8540D (or 0xB8540D) is known color: Rust. HEX triplet: B8, 54 and 0D. RGB value is (184,84,13). Sum of RGB (Red+Green+Blue) = 184+84+13=281 (37% of max value = 765). Red value is 184 (72.27% from 255 or 65.48% from 281); Green value is 84 (33.20% from 255 or 29.89% from 281); Blue value is 13 (5.47% from 255 or 4.63% from 281); Max value from RGB is 184 - color contains mainly: red. Hex color #B8540D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B8540D is #47ABF2. Grayscale: #6A6A6A. Windows color (decimal): -4697075 or 873656. OLE color: 873656.

HSL color Cylindrical-coordinate representation of color #B8540D: hue angle of 24.91º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B8540D is Cyan = 0, Magento = 0.54, Yellow = 0.93 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 84 13 -
CMYK 0 0.54 0.93 0.28
HSL 24.91º 0.87% 0.39% -
HSV(B) 24.91º 0.93% 0.72% -
XYZ 23.01 16.56 2.36 -
YUV 105.81 75.63 183.77 -
System Red Green Blue C M Y K H S L
Decimal 184 84 13 0 0.54 0.93 0.28 24.91 0.87 0.39
Hex B8 54 D 0 36 5D 1C 19 57 27
Octal 270 124 15 0 66 135 34 31 127 47
Binary 10111000 1010100 1101 0 110110 1011101 11100 11001 1010111 100111

Color Harmonies of #B8540D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8540D

Black with #B8540D

Text Example


Text Example

White with #B8540D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8540D; }

 p { color: rgb(184,84,13); }

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

background-color css

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

 a { background-color: rgb(184,84,13); }

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

border-color css

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

 span { border-color: rgb(184,84,13); }

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