Html Css Color HEX #B9451F Rust

📋 copy color: '#B9451F'

red 185 ◦ green 69 ◦ blue 31

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

Shades of Rust #B9451F

Tints of Rust #B9451F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 10.88%

R = 64.91%
G = 24.21%
B = 10.88%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#B9451F (or 0xB9451F) is known color: Rust. HEX triplet: B9, 45 and 1F. RGB value is (185,69,31). Sum of RGB (Red+Green+Blue) = 185+69+31=285 (37% of max value = 765). Red value is 185 (72.66% from 255 or 64.91% from 285); Green value is 69 (27.34% from 255 or 24.21% from 285); Blue value is 31 (12.5% from 255 or 10.88% from 285); Max value from RGB is 185 - color contains mainly: red. Hex color #B9451F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9451F is #46BAE0. Grayscale: #636363. Windows color (decimal): -4635361 or 2049465. OLE color: 2049465.

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

Color convert

RGB 185 69 31 -
CMYK 0 0.63 0.83 0.27
HSL 14.81º 0.71% 0.42% -
HSV(B) 14.81º 0.83% 0.73% -
XYZ 22.38 14.67 2.95 -
YUV 99.35 89.43 189.09 -
System Red Green Blue C M Y K H S L
Decimal 185 69 31 0 0.63 0.83 0.27 14.81 0.71 0.42
Hex B9 45 1F 0 3F 53 1B F 47 2A
Octal 271 105 37 0 77 123 33 17 107 52
Binary 10111001 1000101 11111 0 111111 1010011 11011 1111 1000111 101010

Color Harmonies of #B9451F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9451F

Black with #B9451F

Text Example


Text Example

White with #B9451F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9451F; }

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

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

background-color css

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

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

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

border-color css

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

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

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