Html Css Color HEX #B9431D Rust

📋 copy color: '#B9431D'

red 185 ◦ green 67 ◦ blue 29

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

Shades of Rust #B9431D

Tints of Rust #B9431D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.32%

R = 65.84%
G = 23.84%
B = 10.32%

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

#B9431D (or 0xB9431D) is known color: Rust. HEX triplet: B9, 43 and 1D. RGB value is (185,67,29). Sum of RGB (Red+Green+Blue) = 185+67+29=281 (37% of max value = 765). Red value is 185 (72.66% from 255 or 65.84% from 281); Green value is 67 (26.56% from 255 or 23.84% from 281); Blue value is 29 (11.72% from 255 or 10.32% from 281); Max value from RGB is 185 - color contains mainly: red. Hex color #B9431D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9431D is #46BCE2. Grayscale: #626262. Windows color (decimal): -4635875 or 1917881. OLE color: 1917881.

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

Color convert

RGB 185 67 29 -
CMYK 0 0.64 0.84 0.27
HSL 14.62º 0.73% 0.42% -
HSV(B) 14.62º 0.84% 0.73% -
XYZ 22.24 14.42 2.77 -
YUV 97.95 89.09 190.09 -
System Red Green Blue C M Y K H S L
Decimal 185 67 29 0 0.64 0.84 0.27 14.62 0.73 0.42
Hex B9 43 1D 0 40 54 1B F 49 2A
Octal 271 103 35 0 100 124 33 17 111 52
Binary 10111001 1000011 11101 0 1000000 1010100 11011 1111 1001001 101010

Color Harmonies of #B9431D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9431D

Black with #B9431D

Text Example


Text Example

White with #B9431D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9431D; }

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

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

background-color css

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

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

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

border-color css

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

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

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