Html Css Color HEX #B9450C Rust

📋 copy color: '#B9450C'

red 185 ◦ green 69 ◦ blue 12

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

Shades of Rust #B9450C

Tints of Rust #B9450C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.51%

R = 69.55%
G = 25.94%
B = 4.51%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#B9450C (or 0xB9450C) is known color: Rust. HEX triplet: B9, 45 and 0C. RGB value is (185,69,12). Sum of RGB (Red+Green+Blue) = 185+69+12=266 (35% of max value = 765). Red value is 185 (72.66% from 255 or 69.55% from 266); Green value is 69 (27.34% from 255 or 25.94% from 266); Blue value is 12 (5.08% from 255 or 4.51% from 266); Max value from RGB is 185 - color contains mainly: red. Hex color #B9450C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B9450C is #46BAF3. Grayscale: #616161. Windows color (decimal): -4635380 or 804281. OLE color: 804281.

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

Color convert

RGB 185 69 12 -
CMYK 0 0.63 0.94 0.27
HSL 19.77º 0.88% 0.39% -
HSV(B) 19.77º 0.94% 0.73% -
XYZ 22.2 14.6 2 -
YUV 97.19 79.93 190.63 -
System Red Green Blue C M Y K H S L
Decimal 185 69 12 0 0.63 0.94 0.27 19.77 0.88 0.39
Hex B9 45 C 0 3F 5E 1B 14 58 27
Octal 271 105 14 0 77 136 33 24 130 47
Binary 10111001 1000101 1100 0 111111 1011110 11011 10100 1011000 100111

Color Harmonies of #B9450C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9450C

Black with #B9450C

Text Example


Text Example

White with #B9450C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9450C; }

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

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

background-color css

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

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

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

border-color css

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

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

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