Html Css Color HEX #B9431A Rust

📋 copy color: '#B9431A'

red 185 ◦ green 67 ◦ blue 26

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

Shades of Rust #B9431A

Tints of Rust #B9431A

RGB

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

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

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

R = 66.55%
G = 24.1%
B = 9.35%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#B9431A (or 0xB9431A) is known color: Rust. HEX triplet: B9, 43 and 1A. RGB value is (185,67,26). Sum of RGB (Red+Green+Blue) = 185+67+26=278 (36% of max value = 765). Red value is 185 (72.66% from 255 or 66.55% from 278); Green value is 67 (26.56% from 255 or 24.10% from 278); Blue value is 26 (10.55% from 255 or 9.35% from 278); Max value from RGB is 185 - color contains mainly: red. Hex color #B9431A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9431A is #46BCE5. Grayscale: #616161. Windows color (decimal): -4635878 or 1721273. OLE color: 1721273.

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

Color convert

RGB 185 67 26 -
CMYK 0 0.64 0.86 0.27
HSL 15.47º 0.75% 0.41% -
HSV(B) 15.47º 0.86% 0.73% -
XYZ 22.2 14.4 2.59 -
YUV 97.61 87.59 190.33 -
System Red Green Blue C M Y K H S L
Decimal 185 67 26 0 0.64 0.86 0.27 15.47 0.75 0.41
Hex B9 43 1A 0 40 56 1B F 4B 29
Octal 271 103 32 0 100 126 33 17 113 51
Binary 10111001 1000011 11010 0 1000000 1010110 11011 1111 1001011 101001

Color Harmonies of #B9431A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9431A

Black with #B9431A

Text Example


Text Example

White with #B9431A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9431A; }

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

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

background-color css

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

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

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

border-color css

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

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

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