Html Css Color HEX #B9401E Rust

📋 copy color: '#B9401E'

red 185 ◦ green 64 ◦ blue 30

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

Shades of Rust #B9401E

Tints of Rust #B9401E

RGB

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

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

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

R = 66.31%
G = 22.94%
B = 10.75%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#B9401E (or 0xB9401E) is known color: Rust. HEX triplet: B9, 40 and 1E. RGB value is (185,64,30). Sum of RGB (Red+Green+Blue) = 185+64+30=279 (36% of max value = 765). Red value is 185 (72.66% from 255 or 66.31% from 279); Green value is 64 (25.39% from 255 or 22.94% from 279); Blue value is 30 (12.11% from 255 or 10.75% from 279); Max value from RGB is 185 - color contains mainly: red. Hex color #B9401E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9401E is #46BFE1. Grayscale: #606060. Windows color (decimal): -4636642 or 1982649. OLE color: 1982649.

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

Color convert

RGB 185 64 30 -
CMYK 0 0.65 0.84 0.27
HSL 13.16º 0.72% 0.42% -
HSV(B) 13.16º 0.84% 0.73% -
XYZ 22.08 14.07 2.78 -
YUV 96.3 90.59 191.26 -
System Red Green Blue C M Y K H S L
Decimal 185 64 30 0 0.65 0.84 0.27 13.16 0.72 0.42
Hex B9 40 1E 0 41 54 1B D 48 2A
Octal 271 100 36 0 101 124 33 15 110 52
Binary 10111001 1000000 11110 0 1000001 1010100 11011 1101 1001000 101010

Color Harmonies of #B9401E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9401E

Black with #B9401E

Text Example


Text Example

White with #B9401E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9401E; }

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

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

background-color css

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

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

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

border-color css

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

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

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