Html Css Color HEX #B8470C Rust

📋 copy color: '#B8470C'

red 184 ◦ green 71 ◦ blue 12

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

Shades of Rust #B8470C

Tints of Rust #B8470C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 26.59%

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

R = 68.91%
G = 26.59%
B = 4.49%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.93

 K value IS 0.28

RGB Variations

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

Color information

#B8470C (or 0xB8470C) is known color: Rust. HEX triplet: B8, 47 and 0C. RGB value is (184,71,12). Sum of RGB (Red+Green+Blue) = 184+71+12=267 (35% of max value = 765). Red value is 184 (72.27% from 255 or 68.91% from 267); Green value is 71 (28.12% from 255 or 26.59% from 267); Blue value is 12 (5.08% from 255 or 4.49% from 267); Max value from RGB is 184 - color contains mainly: red. Hex color #B8470C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B8470C is #47B8F3. Grayscale: #626262. Windows color (decimal): -4700404 or 804792. OLE color: 804792.

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

Color convert

RGB 184 71 12 -
CMYK 0 0.61 0.93 0.28
HSL 20.58º 0.88% 0.38% -
HSV(B) 20.58º 0.93% 0.72% -
XYZ 22.09 14.72 2.03 -
YUV 98.06 79.44 189.3 -
System Red Green Blue C M Y K H S L
Decimal 184 71 12 0 0.61 0.93 0.28 20.58 0.88 0.38
Hex B8 47 C 0 3D 5D 1C 15 58 26
Octal 270 107 14 0 75 135 34 25 130 46
Binary 10111000 1000111 1100 0 111101 1011101 11100 10101 1011000 100110

Color Harmonies of #B8470C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8470C

Black with #B8470C

Text Example


Text Example

White with #B8470C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8470C; }

 p { color: rgb(184,71,12); }

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

background-color css

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

 a { background-color: rgb(184,71,12); }

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

border-color css

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

 span { border-color: rgb(184,71,12); }

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