Html Css Color HEX #B9401A Rust

📋 copy color: '#B9401A'

red 185 ◦ green 64 ◦ blue 26

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

Shades of Rust #B9401A

Tints of Rust #B9401A

RGB

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

 GREEN value IS 64 (25.39% from 255) = 23.27%

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

R = 67.27%
G = 23.27%
B = 9.45%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#B9401A (or 0xB9401A) is known color: Rust. HEX triplet: B9, 40 and 1A. RGB value is (185,64,26). Sum of RGB (Red+Green+Blue) = 185+64+26=275 (36% of max value = 765). Red value is 185 (72.66% from 255 or 67.27% from 275); Green value is 64 (25.39% from 255 or 23.27% from 275); Blue value is 26 (10.55% from 255 or 9.45% from 275); Max value from RGB is 185 - color contains mainly: red. Hex color #B9401A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9401A is #46BFE5. Grayscale: #606060. Windows color (decimal): -4636646 or 1720505. OLE color: 1720505.

HSL color Cylindrical-coordinate representation of color #B9401A: hue angle of 14.34º 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 #B9401A is Cyan = 0, Magento = 0.65, Yellow = 0.86 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 64 26 -
CMYK 0 0.65 0.86 0.27
HSL 14.34º 0.75% 0.41% -
HSV(B) 14.34º 0.86% 0.73% -
XYZ 22.03 14.06 2.53 -
YUV 95.85 88.59 191.59 -
System Red Green Blue C M Y K H S L
Decimal 185 64 26 0 0.65 0.86 0.27 14.34 0.75 0.41
Hex B9 40 1A 0 41 56 1B E 4B 29
Octal 271 100 32 0 101 126 33 16 113 51
Binary 10111001 1000000 11010 0 1000001 1010110 11011 1110 1001011 101001

Color Harmonies of #B9401A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9401A

Black with #B9401A

Text Example


Text Example

White with #B9401A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9401A; }

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

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

background-color css

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

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

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

border-color css

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

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

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