Html Css Color HEX #B8490A Rust

📋 copy color: '#B8490A'

red 184 ◦ green 73 ◦ blue 10

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

Shades of Rust #B8490A

Tints of Rust #B8490A

RGB

 RED value IS 184 (72.27% from 255) = 68.91%

 GREEN value IS 73 (28.91% from 255) = 27.34%

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

R = 68.91%
G = 27.34%
B = 3.75%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.95

 K value IS 0.28

RGB Variations

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

Color information

#B8490A (or 0xB8490A) is known color: Rust. HEX triplet: B8, 49 and 0A. RGB value is (184,73,10). Sum of RGB (Red+Green+Blue) = 184+73+10=267 (35% of max value = 765). Red value is 184 (72.27% from 255 or 68.91% from 267); Green value is 73 (28.91% from 255 or 27.34% from 267); Blue value is 10 (4.30% from 255 or 3.75% from 267); Max value from RGB is 184 - color contains mainly: red. Hex color #B8490A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B8490A is #47B6F5. Grayscale: #636363. Windows color (decimal): -4699894 or 674232. OLE color: 674232.

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

Color convert

RGB 184 73 10 -
CMYK 0 0.60 0.95 0.28
HSL 21.72º 0.9% 0.38% -
HSV(B) 21.72º 0.95% 0.72% -
XYZ 22.2 14.98 2.01 -
YUV 99.01 77.77 188.62 -
System Red Green Blue C M Y K H S L
Decimal 184 73 10 0 0.60 0.95 0.28 21.72 0.9 0.38
Hex B8 49 A 0 3C 5F 1C 16 5A 26
Octal 270 111 12 0 74 137 34 26 132 46
Binary 10111000 1001001 1010 0 111100 1011111 11100 10110 1011010 100110

Color Harmonies of #B8490A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8490A

Black with #B8490A

Text Example


Text Example

White with #B8490A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8490A; }

 p { color: rgb(184,73,10); }

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

background-color css

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

 a { background-color: rgb(184,73,10); }

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

border-color css

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

 span { border-color: rgb(184,73,10); }

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