Html Css Color HEX #B8480B Rust

📋 copy color: '#B8480B'

red 184 ◦ green 72 ◦ blue 11

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

Shades of Rust #B8480B

Tints of Rust #B8480B

RGB

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

 GREEN value IS 72 (28.52% from 255) = 26.97%

 BLUE value IS 11 (4.69% from 255) = 4.12%

R = 68.91%
G = 26.97%
B = 4.12%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.94

 K value IS 0.28

RGB Variations

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

Color information

#B8480B (or 0xB8480B) is known color: Rust. HEX triplet: B8, 48 and 0B. RGB value is (184,72,11). Sum of RGB (Red+Green+Blue) = 184+72+11=267 (35% of max value = 765). Red value is 184 (72.27% from 255 or 68.91% from 267); Green value is 72 (28.52% from 255 or 26.97% from 267); Blue value is 11 (4.69% from 255 or 4.12% from 267); Max value from RGB is 184 - color contains mainly: red. Hex color #B8480B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B8480B is #47B7F4. Grayscale: #626262. Windows color (decimal): -4700149 or 739512. OLE color: 739512.

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

Color convert

RGB 184 72 11 -
CMYK 0 0.61 0.94 0.28
HSL 21.16º 0.89% 0.38% -
HSV(B) 21.16º 0.94% 0.72% -
XYZ 22.14 14.85 2.02 -
YUV 98.53 78.61 188.96 -
System Red Green Blue C M Y K H S L
Decimal 184 72 11 0 0.61 0.94 0.28 21.16 0.89 0.38
Hex B8 48 B 0 3D 5E 1C 15 59 26
Octal 270 110 13 0 75 136 34 25 131 46
Binary 10111000 1001000 1011 0 111101 1011110 11100 10101 1011001 100110

Color Harmonies of #B8480B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8480B

Black with #B8480B

Text Example


Text Example

White with #B8480B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8480B; }

 p { color: rgb(184,72,11); }

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

background-color css

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

 a { background-color: rgb(184,72,11); }

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

border-color css

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

 span { border-color: rgb(184,72,11); }

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