Html Css Color HEX #B9481E Rust

📋 copy color: '#B9481E'

red 185 ◦ green 72 ◦ blue 30

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

Shades of Rust #B9481E

Tints of Rust #B9481E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 25.09%

 BLUE value IS 30 (12.11% from 255) = 10.45%

R = 64.46%
G = 25.09%
B = 10.45%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#B9481E (or 0xB9481E) is known color: Rust. HEX triplet: B9, 48 and 1E. RGB value is (185,72,30). Sum of RGB (Red+Green+Blue) = 185+72+30=287 (38% of max value = 765). Red value is 185 (72.66% from 255 or 64.46% from 287); Green value is 72 (28.52% from 255 or 25.09% from 287); Blue value is 30 (12.11% from 255 or 10.45% from 287); Max value from RGB is 185 - color contains mainly: red. Hex color #B9481E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9481E is #46B7E1. Grayscale: #656565. Windows color (decimal): -4634594 or 1984697. OLE color: 1984697.

HSL color Cylindrical-coordinate representation of color #B9481E: hue angle of 16.26º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B9481E is Cyan = 0, Magento = 0.61, Yellow = 0.84 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 72 30 -
CMYK 0 0.61 0.84 0.27
HSL 16.26º 0.72% 0.42% -
HSV(B) 16.26º 0.84% 0.73% -
XYZ 22.56 15.04 2.94 -
YUV 101 87.94 187.92 -
System Red Green Blue C M Y K H S L
Decimal 185 72 30 0 0.61 0.84 0.27 16.26 0.72 0.42
Hex B9 48 1E 0 3D 54 1B 10 48 2A
Octal 271 110 36 0 75 124 33 20 110 52
Binary 10111001 1001000 11110 0 111101 1010100 11011 10000 1001000 101010

Color Harmonies of #B9481E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9481E

Black with #B9481E

Text Example


Text Example

White with #B9481E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9481E; }

 p { color: rgb(185,72,30); }

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

background-color css

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

 a { background-color: rgb(185,72,30); }

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

border-color css

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

 span { border-color: rgb(185,72,30); }

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