Html Css Color HEX #B8460A Rust

📋 copy color: '#B8460A'

red 184 ◦ green 70 ◦ blue 10

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

Shades of Rust #B8460A

Tints of Rust #B8460A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 26.52%

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

R = 69.7%
G = 26.52%
B = 3.79%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.95

 K value IS 0.28

RGB Variations

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

Color information

#B8460A (or 0xB8460A) is known color: Rust. HEX triplet: B8, 46 and 0A. RGB value is (184,70,10). Sum of RGB (Red+Green+Blue) = 184+70+10=264 (34% of max value = 765). Red value is 184 (72.27% from 255 or 69.70% from 264); Green value is 70 (27.73% from 255 or 26.52% from 264); Blue value is 10 (4.30% from 255 or 3.79% from 264); Max value from RGB is 184 - color contains mainly: red. Hex color #B8460A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B8460A is #47B9F5. Grayscale: #616161. Windows color (decimal): -4700662 or 673464. OLE color: 673464.

HSL color Cylindrical-coordinate representation of color #B8460A: hue angle of 20.69º 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 #B8460A is Cyan = 0, Magento = 0.62, Yellow = 0.95 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 70 10 -
CMYK 0 0.62 0.95 0.28
HSL 20.69º 0.9% 0.38% -
HSV(B) 20.69º 0.95% 0.72% -
XYZ 22.01 14.59 1.94 -
YUV 97.25 78.77 189.88 -
System Red Green Blue C M Y K H S L
Decimal 184 70 10 0 0.62 0.95 0.28 20.69 0.9 0.38
Hex B8 46 A 0 3E 5F 1C 15 5A 26
Octal 270 106 12 0 76 137 34 25 132 46
Binary 10111000 1000110 1010 0 111110 1011111 11100 10101 1011010 100110

Color Harmonies of #B8460A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8460A

Black with #B8460A

Text Example


Text Example

White with #B8460A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8460A; }

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

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

background-color css

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

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

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

border-color css

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

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

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