Html Css Color HEX #B9401C Rust

📋 copy color: '#B9401C'

red 185 ◦ green 64 ◦ blue 28

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

Shades of Rust #B9401C

Tints of Rust #B9401C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10.11%

R = 66.79%
G = 23.1%
B = 10.11%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.85

 K value IS 0.27

RGB Variations

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

Color information

#B9401C (or 0xB9401C) is known color: Rust. HEX triplet: B9, 40 and 1C. RGB value is (185,64,28). Sum of RGB (Red+Green+Blue) = 185+64+28=277 (36% of max value = 765). Red value is 185 (72.66% from 255 or 66.79% from 277); Green value is 64 (25.39% from 255 or 23.10% from 277); Blue value is 28 (11.33% from 255 or 10.11% from 277); Max value from RGB is 185 - color contains mainly: red. Hex color #B9401C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9401C is #46BFE3. Grayscale: #606060. Windows color (decimal): -4636644 or 1851577. OLE color: 1851577.

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

Color convert

RGB 185 64 28 -
CMYK 0 0.65 0.85 0.27
HSL 13.76º 0.74% 0.42% -
HSV(B) 13.76º 0.85% 0.73% -
XYZ 22.05 14.06 2.65 -
YUV 96.08 89.59 191.43 -
System Red Green Blue C M Y K H S L
Decimal 185 64 28 0 0.65 0.85 0.27 13.76 0.74 0.42
Hex B9 40 1C 0 41 55 1B E 4A 2A
Octal 271 100 34 0 101 125 33 16 112 52
Binary 10111001 1000000 11100 0 1000001 1010101 11011 1110 1001010 101010

Color Harmonies of #B9401C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9401C

Black with #B9401C

Text Example


Text Example

White with #B9401C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9401C; }

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

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

background-color css

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

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

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

border-color css

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

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

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