Html Css Color HEX #B9451A Rust

📋 copy color: '#B9451A'

red 185 ◦ green 69 ◦ blue 26

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

Shades of Rust #B9451A

Tints of Rust #B9451A

RGB

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

 GREEN value IS 69 (27.34% from 255) = 24.64%

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

R = 66.07%
G = 24.64%
B = 9.29%

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

#B9451A (or 0xB9451A) is known color: Rust. HEX triplet: B9, 45 and 1A. RGB value is (185,69,26). Sum of RGB (Red+Green+Blue) = 185+69+26=280 (37% of max value = 765). Red value is 185 (72.66% from 255 or 66.07% from 280); Green value is 69 (27.34% from 255 or 24.64% from 280); Blue value is 26 (10.55% from 255 or 9.29% from 280); Max value from RGB is 185 - color contains mainly: red. Hex color #B9451A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9451A is #46BAE5. Grayscale: #636363. Windows color (decimal): -4635366 or 1721785. OLE color: 1721785.

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

Color convert

RGB 185 69 26 -
CMYK 0 0.63 0.86 0.27
HSL 16.23º 0.75% 0.41% -
HSV(B) 16.23º 0.86% 0.73% -
XYZ 22.32 14.65 2.63 -
YUV 98.78 86.93 189.5 -
System Red Green Blue C M Y K H S L
Decimal 185 69 26 0 0.63 0.86 0.27 16.23 0.75 0.41
Hex B9 45 1A 0 3F 56 1B 10 4B 29
Octal 271 105 32 0 77 126 33 20 113 51
Binary 10111001 1000101 11010 0 111111 1010110 11011 10000 1001011 101001

Color Harmonies of #B9451A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9451A

Black with #B9451A

Text Example


Text Example

White with #B9451A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9451A; }

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

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

background-color css

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

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

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

border-color css

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

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

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