Html Css Color HEX #B9400A Rust

📋 copy color: '#B9400A'

red 185 ◦ green 64 ◦ blue 10

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

Shades of Rust #B9400A

Tints of Rust #B9400A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.86%

R = 71.43%
G = 24.71%
B = 3.86%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#B9400A (or 0xB9400A) is known color: Rust. HEX triplet: B9, 40 and 0A. RGB value is (185,64,10). Sum of RGB (Red+Green+Blue) = 185+64+10=259 (34% of max value = 765). Red value is 185 (72.66% from 255 or 71.43% from 259); Green value is 64 (25.39% from 255 or 24.71% from 259); Blue value is 10 (4.30% from 255 or 3.86% from 259); Max value from RGB is 185 - color contains mainly: red. Hex color #B9400A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B9400A is #46BFF5. Grayscale: #5E5E5E. Windows color (decimal): -4636662 or 671929. OLE color: 671929.

HSL color Cylindrical-coordinate representation of color #B9400A: hue angle of 18.51º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B9400A is Cyan = 0, Magento = 0.65, Yellow = 0.95 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 64 10 -
CMYK 0 0.65 0.95 0.27
HSL 18.51º 0.9% 0.38% -
HSV(B) 18.51º 0.95% 0.73% -
XYZ 21.9 14 1.84 -
YUV 94.02 80.59 192.89 -
System Red Green Blue C M Y K H S L
Decimal 185 64 10 0 0.65 0.95 0.27 18.51 0.9 0.38
Hex B9 40 A 0 41 5F 1B 13 5A 26
Octal 271 100 12 0 101 137 33 23 132 46
Binary 10111001 1000000 1010 0 1000001 1011111 11011 10011 1011010 100110

Color Harmonies of #B9400A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9400A

Black with #B9400A

Text Example


Text Example

White with #B9400A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9400A; }

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

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

background-color css

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

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

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

border-color css

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

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

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