Html Css Color HEX #B9530F Rust

📋 copy color: '#B9530F'

red 185 ◦ green 83 ◦ blue 15

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

Shades of Rust #B9530F

Tints of Rust #B9530F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 29.33%

 BLUE value IS 15 (6.25% from 255) = 5.3%

R = 65.37%
G = 29.33%
B = 5.3%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#B9530F (or 0xB9530F) is known color: Rust. HEX triplet: B9, 53 and 0F. RGB value is (185,83,15). Sum of RGB (Red+Green+Blue) = 185+83+15=283 (37% of max value = 765). Red value is 185 (72.66% from 255 or 65.37% from 283); Green value is 83 (32.81% from 255 or 29.33% from 283); Blue value is 15 (6.25% from 255 or 5.30% from 283); Max value from RGB is 185 - color contains mainly: red. Hex color #B9530F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B9530F is #46ACF0. Grayscale: #6A6A6A. Windows color (decimal): -4631793 or 1004473. OLE color: 1004473.

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

Color convert

RGB 185 83 15 -
CMYK 0 0.55 0.92 0.27
HSL 24º 0.85% 0.39% -
HSV(B) 24º 0.92% 0.73% -
XYZ 23.19 16.54 2.42 -
YUV 105.75 76.79 184.53 -
System Red Green Blue C M Y K H S L
Decimal 185 83 15 0 0.55 0.92 0.27 24 0.85 0.39
Hex B9 53 F 0 37 5C 1B 18 55 27
Octal 271 123 17 0 67 134 33 30 125 47
Binary 10111001 1010011 1111 0 110111 1011100 11011 11000 1010101 100111

Color Harmonies of #B9530F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9530F

Black with #B9530F

Text Example


Text Example

White with #B9530F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9530F; }

 p { color: rgb(185,83,15); }

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

background-color css

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

 a { background-color: rgb(185,83,15); }

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

border-color css

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

 span { border-color: rgb(185,83,15); }

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