Html Css Color HEX #B8400A Rust

📋 copy color: '#B8400A'

red 184 ◦ green 64 ◦ blue 10

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

Shades of Rust #B8400A

Tints of Rust #B8400A

RGB

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

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

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

R = 71.32%
G = 24.81%
B = 3.88%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.95

 K value IS 0.28

RGB Variations

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

Color information

#B8400A (or 0xB8400A) is known color: Rust. HEX triplet: B8, 40 and 0A. RGB value is (184,64,10). Sum of RGB (Red+Green+Blue) = 184+64+10=258 (34% of max value = 765). Red value is 184 (72.27% from 255 or 71.32% from 258); Green value is 64 (25.39% from 255 or 24.81% from 258); Blue value is 10 (4.30% from 255 or 3.88% from 258); Max value from RGB is 184 - color contains mainly: red. Hex color #B8400A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B8400A is #47BFF5. Grayscale: #5E5E5E. Windows color (decimal): -4702198 or 671928. OLE color: 671928.

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

Color convert

RGB 184 64 10 -
CMYK 0 0.65 0.95 0.28
HSL 18.62º 0.9% 0.38% -
HSV(B) 18.62º 0.95% 0.72% -
XYZ 21.66 13.88 1.82 -
YUV 93.72 80.76 192.39 -
System Red Green Blue C M Y K H S L
Decimal 184 64 10 0 0.65 0.95 0.28 18.62 0.9 0.38
Hex B8 40 A 0 41 5F 1C 13 5A 26
Octal 270 100 12 0 101 137 34 23 132 46
Binary 10111000 1000000 1010 0 1000001 1011111 11100 10011 1011010 100110

Color Harmonies of #B8400A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8400A

Black with #B8400A

Text Example


Text Example

White with #B8400A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8400A; }

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

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

background-color css

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

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

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

border-color css

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

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

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