Html Css Color HEX #B9400C Rust

📋 copy color: '#B9400C'

red 185 ◦ green 64 ◦ blue 12

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

Shades of Rust #B9400C

Tints of Rust #B9400C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 24.52%

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

R = 70.88%
G = 24.52%
B = 4.6%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#B9400C (or 0xB9400C) is known color: Rust. HEX triplet: B9, 40 and 0C. RGB value is (185,64,12). Sum of RGB (Red+Green+Blue) = 185+64+12=261 (34% of max value = 765). Red value is 185 (72.66% from 255 or 70.88% from 261); Green value is 64 (25.39% from 255 or 24.52% from 261); Blue value is 12 (5.08% from 255 or 4.60% from 261); Max value from RGB is 185 - color contains mainly: red. Hex color #B9400C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B9400C is #46BFF3. Grayscale: #5E5E5E. Windows color (decimal): -4636660 or 803001. OLE color: 803001.

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

Color convert

RGB 185 64 12 -
CMYK 0 0.65 0.94 0.27
HSL 18.03º 0.88% 0.39% -
HSV(B) 18.03º 0.94% 0.73% -
XYZ 21.91 14.01 1.9 -
YUV 94.25 81.59 192.73 -
System Red Green Blue C M Y K H S L
Decimal 185 64 12 0 0.65 0.94 0.27 18.03 0.88 0.39
Hex B9 40 C 0 41 5E 1B 12 58 27
Octal 271 100 14 0 101 136 33 22 130 47
Binary 10111001 1000000 1100 0 1000001 1011110 11011 10010 1011000 100111

Color Harmonies of #B9400C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9400C

Black with #B9400C

Text Example


Text Example

White with #B9400C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9400C; }

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

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

background-color css

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

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

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

border-color css

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

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

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