Html Css Color HEX #B9431E Rust

📋 copy color: '#B9431E'

red 185 ◦ green 67 ◦ blue 30

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

Shades of Rust #B9431E

Tints of Rust #B9431E

RGB

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

 GREEN value IS 67 (26.56% from 255) = 23.76%

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

R = 65.6%
G = 23.76%
B = 10.64%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#B9431E (or 0xB9431E) is known color: Rust. HEX triplet: B9, 43 and 1E. RGB value is (185,67,30). Sum of RGB (Red+Green+Blue) = 185+67+30=282 (37% of max value = 765). Red value is 185 (72.66% from 255 or 65.60% from 282); Green value is 67 (26.56% from 255 or 23.76% from 282); Blue value is 30 (12.11% from 255 or 10.64% from 282); Max value from RGB is 185 - color contains mainly: red. Hex color #B9431E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9431E is #46BCE1. Grayscale: #626262. Windows color (decimal): -4635874 or 1983417. OLE color: 1983417.

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

Color convert

RGB 185 67 30 -
CMYK 0 0.64 0.84 0.27
HSL 14.32º 0.72% 0.42% -
HSV(B) 14.32º 0.84% 0.73% -
XYZ 22.25 14.42 2.84 -
YUV 98.06 89.59 190.01 -
System Red Green Blue C M Y K H S L
Decimal 185 67 30 0 0.64 0.84 0.27 14.32 0.72 0.42
Hex B9 43 1E 0 40 54 1B E 48 2A
Octal 271 103 36 0 100 124 33 16 110 52
Binary 10111001 1000011 11110 0 1000000 1010100 11011 1110 1001000 101010

Color Harmonies of #B9431E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9431E

Black with #B9431E

Text Example


Text Example

White with #B9431E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9431E; }

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

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

background-color css

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

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

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

border-color css

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

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

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