Html Css Color HEX #B8480D Rust

📋 copy color: '#B8480D'

red 184 ◦ green 72 ◦ blue 13

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

Shades of Rust #B8480D

Tints of Rust #B8480D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.83%

R = 68.4%
G = 26.77%
B = 4.83%

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

#B8480D (or 0xB8480D) is known color: Rust. HEX triplet: B8, 48 and 0D. RGB value is (184,72,13). Sum of RGB (Red+Green+Blue) = 184+72+13=269 (35% of max value = 765). Red value is 184 (72.27% from 255 or 68.40% from 269); Green value is 72 (28.52% from 255 or 26.77% from 269); Blue value is 13 (5.47% from 255 or 4.83% from 269); Max value from RGB is 184 - color contains mainly: red. Hex color #B8480D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B8480D is #47B7F2. Grayscale: #636363. Windows color (decimal): -4700147 or 870584. OLE color: 870584.

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

Color convert

RGB 184 72 13 -
CMYK 0 0.61 0.93 0.28
HSL 20.7º 0.87% 0.39% -
HSV(B) 20.7º 0.93% 0.72% -
XYZ 22.16 14.85 2.08 -
YUV 98.76 79.61 188.8 -
System Red Green Blue C M Y K H S L
Decimal 184 72 13 0 0.61 0.93 0.28 20.7 0.87 0.39
Hex B8 48 D 0 3D 5D 1C 15 57 27
Octal 270 110 15 0 75 135 34 25 127 47
Binary 10111000 1001000 1101 0 111101 1011101 11100 10101 1010111 100111

Color Harmonies of #B8480D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8480D

Black with #B8480D

Text Example


Text Example

White with #B8480D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8480D; }

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

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

background-color css

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

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

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

border-color css

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

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

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