Html Css Color HEX #B9461A Rust

📋 copy color: '#B9461A'

red 185 ◦ green 70 ◦ blue 26

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

Shades of Rust #B9461A

Tints of Rust #B9461A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 24.91%

 BLUE value IS 26 (10.55% from 255) = 9.25%

R = 65.84%
G = 24.91%
B = 9.25%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#B9461A (or 0xB9461A) is known color: Rust. HEX triplet: B9, 46 and 1A. RGB value is (185,70,26). Sum of RGB (Red+Green+Blue) = 185+70+26=281 (37% of max value = 765). Red value is 185 (72.66% from 255 or 65.84% from 281); Green value is 70 (27.73% from 255 or 24.91% from 281); Blue value is 26 (10.55% from 255 or 9.25% from 281); Max value from RGB is 185 - color contains mainly: red. Hex color #B9461A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9461A is #46B9E5. Grayscale: #636363. Windows color (decimal): -4635110 or 1722041. OLE color: 1722041.

HSL color Cylindrical-coordinate representation of color #B9461A: hue angle of 16.6º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B9461A is Cyan = 0, Magento = 0.62, Yellow = 0.86 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 70 26 -
CMYK 0 0.62 0.86 0.27
HSL 16.6º 0.75% 0.41% -
HSV(B) 16.6º 0.86% 0.73% -
XYZ 22.38 14.77 2.65 -
YUV 99.37 86.6 189.08 -
System Red Green Blue C M Y K H S L
Decimal 185 70 26 0 0.62 0.86 0.27 16.6 0.75 0.41
Hex B9 46 1A 0 3E 56 1B 11 4B 29
Octal 271 106 32 0 76 126 33 21 113 51
Binary 10111001 1000110 11010 0 111110 1010110 11011 10001 1001011 101001

Color Harmonies of #B9461A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9461A

Black with #B9461A

Text Example


Text Example

White with #B9461A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9461A; }

 p { color: rgb(185,70,26); }

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

background-color css

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

 a { background-color: rgb(185,70,26); }

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

border-color css

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

 span { border-color: rgb(185,70,26); }

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