Html Css Color HEX #B9540C Rust

📋 copy color: '#B9540C'

red 185 ◦ green 84 ◦ blue 12

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

Shades of Rust #B9540C

Tints of Rust #B9540C

RGB

 RED value IS 185 (72.66% from 255) = 65.84%

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

 BLUE value IS 12 (5.08% from 255) = 4.27%

R = 65.84%
G = 29.89%
B = 4.27%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#B9540C (or 0xB9540C) is known color: Rust. HEX triplet: B9, 54 and 0C. RGB value is (185,84,12). Sum of RGB (Red+Green+Blue) = 185+84+12=281 (37% of max value = 765). Red value is 185 (72.66% from 255 or 65.84% from 281); Green value is 84 (33.20% from 255 or 29.89% from 281); Blue value is 12 (5.08% from 255 or 4.27% from 281); Max value from RGB is 185 - color contains mainly: red. Hex color #B9540C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B9540C is #46ABF3. Grayscale: #6A6A6A. Windows color (decimal): -4631540 or 808121. OLE color: 808121.

HSL color Cylindrical-coordinate representation of color #B9540C: hue angle of 24.97º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B9540C is Cyan = 0, Magento = 0.55, Yellow = 0.94 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 84 12 -
CMYK 0 0.55 0.94 0.27
HSL 24.97º 0.88% 0.39% -
HSV(B) 24.97º 0.94% 0.73% -
XYZ 23.24 16.68 2.34 -
YUV 105.99 74.96 184.35 -
System Red Green Blue C M Y K H S L
Decimal 185 84 12 0 0.55 0.94 0.27 24.97 0.88 0.39
Hex B9 54 C 0 37 5E 1B 19 58 27
Octal 271 124 14 0 67 136 33 31 130 47
Binary 10111001 1010100 1100 0 110111 1011110 11011 11001 1011000 100111

Color Harmonies of #B9540C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9540C

Black with #B9540C

Text Example


Text Example

White with #B9540C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9540C; }

 p { color: rgb(185,84,12); }

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

background-color css

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

 a { background-color: rgb(185,84,12); }

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

border-color css

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

 span { border-color: rgb(185,84,12); }

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