Html Css Color HEX #B9441A Rust

📋 copy color: '#B9441A'

red 185 ◦ green 68 ◦ blue 26

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

Shades of Rust #B9441A

Tints of Rust #B9441A

RGB

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

 GREEN value IS 68 (26.95% from 255) = 24.37%

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

R = 66.31%
G = 24.37%
B = 9.32%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#B9441A (or 0xB9441A) is known color: Rust. HEX triplet: B9, 44 and 1A. RGB value is (185,68,26). Sum of RGB (Red+Green+Blue) = 185+68+26=279 (36% of max value = 765). Red value is 185 (72.66% from 255 or 66.31% from 279); Green value is 68 (26.95% from 255 or 24.37% from 279); Blue value is 26 (10.55% from 255 or 9.32% from 279); Max value from RGB is 185 - color contains mainly: red. Hex color #B9441A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9441A is #46BBE5. Grayscale: #626262. Windows color (decimal): -4635622 or 1721529. OLE color: 1721529.

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

Color convert

RGB 185 68 26 -
CMYK 0 0.63 0.86 0.27
HSL 15.85º 0.75% 0.41% -
HSV(B) 15.85º 0.86% 0.73% -
XYZ 22.26 14.52 2.61 -
YUV 98.2 87.26 189.92 -
System Red Green Blue C M Y K H S L
Decimal 185 68 26 0 0.63 0.86 0.27 15.85 0.75 0.41
Hex B9 44 1A 0 3F 56 1B 10 4B 29
Octal 271 104 32 0 77 126 33 20 113 51
Binary 10111001 1000100 11010 0 111111 1010110 11011 10000 1001011 101001

Color Harmonies of #B9441A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9441A

Black with #B9441A

Text Example


Text Example

White with #B9441A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9441A; }

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

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

background-color css

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

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

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

border-color css

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

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

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