Html Css Color HEX #B9451E Rust

📋 copy color: '#B9451E'

red 185 ◦ green 69 ◦ blue 30

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

Shades of Rust #B9451E

Tints of Rust #B9451E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.56%

R = 65.14%
G = 24.3%
B = 10.56%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#B9451E (or 0xB9451E) is known color: Rust. HEX triplet: B9, 45 and 1E. RGB value is (185,69,30). Sum of RGB (Red+Green+Blue) = 185+69+30=284 (37% of max value = 765). Red value is 185 (72.66% from 255 or 65.14% from 284); Green value is 69 (27.34% from 255 or 24.30% from 284); Blue value is 30 (12.11% from 255 or 10.56% from 284); Max value from RGB is 185 - color contains mainly: red. Hex color #B9451E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9451E is #46BAE1. Grayscale: #636363. Windows color (decimal): -4635362 or 1983929. OLE color: 1983929.

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

Color convert

RGB 185 69 30 -
CMYK 0 0.63 0.84 0.27
HSL 15.1º 0.72% 0.42% -
HSV(B) 15.1º 0.84% 0.73% -
XYZ 22.37 14.66 2.88 -
YUV 99.24 88.93 189.17 -
System Red Green Blue C M Y K H S L
Decimal 185 69 30 0 0.63 0.84 0.27 15.1 0.72 0.42
Hex B9 45 1E 0 3F 54 1B F 48 2A
Octal 271 105 36 0 77 124 33 17 110 52
Binary 10111001 1000101 11110 0 111111 1010100 11011 1111 1001000 101010

Color Harmonies of #B9451E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9451E

Black with #B9451E

Text Example


Text Example

White with #B9451E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9451E; }

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

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

background-color css

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

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

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

border-color css

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

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

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