Html Css Color HEX #B9451B Rust

📋 copy color: '#B9451B'

red 185 ◦ green 69 ◦ blue 27

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

Shades of Rust #B9451B

Tints of Rust #B9451B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9.61%

R = 65.84%
G = 24.56%
B = 9.61%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.85

 K value IS 0.27

RGB Variations

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

Color information

#B9451B (or 0xB9451B) is known color: Rust. HEX triplet: B9, 45 and 1B. RGB value is (185,69,27). Sum of RGB (Red+Green+Blue) = 185+69+27=281 (37% of max value = 765). Red value is 185 (72.66% from 255 or 65.84% from 281); Green value is 69 (27.34% from 255 or 24.56% from 281); Blue value is 27 (10.94% from 255 or 9.61% from 281); Max value from RGB is 185 - color contains mainly: red. Hex color #B9451B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9451B is #46BAE4. Grayscale: #636363. Windows color (decimal): -4635365 or 1787321. OLE color: 1787321.

HSL color Cylindrical-coordinate representation of color #B9451B: hue angle of 15.95º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B9451B is Cyan = 0, Magento = 0.63, Yellow = 0.85 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 69 27 -
CMYK 0 0.63 0.85 0.27
HSL 15.95º 0.75% 0.42% -
HSV(B) 15.95º 0.85% 0.73% -
XYZ 22.33 14.65 2.69 -
YUV 98.9 87.43 189.42 -
System Red Green Blue C M Y K H S L
Decimal 185 69 27 0 0.63 0.85 0.27 15.95 0.75 0.42
Hex B9 45 1B 0 3F 55 1B 10 4B 2A
Octal 271 105 33 0 77 125 33 20 113 52
Binary 10111001 1000101 11011 0 111111 1010101 11011 10000 1001011 101010

Color Harmonies of #B9451B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9451B

Black with #B9451B

Text Example


Text Example

White with #B9451B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9451B; }

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

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

background-color css

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

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

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

border-color css

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

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

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