Html Css Color HEX #B8481E Rust

📋 copy color: '#B8481E'

red 184 ◦ green 72 ◦ blue 30

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

Shades of Rust #B8481E

Tints of Rust #B8481E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.49%

R = 64.34%
G = 25.17%
B = 10.49%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.84

 K value IS 0.28

RGB Variations

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

Color information

#B8481E (or 0xB8481E) is known color: Rust. HEX triplet: B8, 48 and 1E. RGB value is (184,72,30). Sum of RGB (Red+Green+Blue) = 184+72+30=286 (37% of max value = 765). Red value is 184 (72.27% from 255 or 64.34% from 286); Green value is 72 (28.52% from 255 or 25.17% from 286); Blue value is 30 (12.11% from 255 or 10.49% from 286); Max value from RGB is 184 - color contains mainly: red. Hex color #B8481E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8481E is #47B7E1. Grayscale: #646464. Windows color (decimal): -4700130 or 1984696. OLE color: 1984696.

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

Color convert

RGB 184 72 30 -
CMYK 0 0.61 0.84 0.28
HSL 16.36º 0.72% 0.42% -
HSV(B) 16.36º 0.84% 0.72% -
XYZ 22.32 14.92 2.93 -
YUV 100.7 88.11 187.42 -
System Red Green Blue C M Y K H S L
Decimal 184 72 30 0 0.61 0.84 0.28 16.36 0.72 0.42
Hex B8 48 1E 0 3D 54 1C 10 48 2A
Octal 270 110 36 0 75 124 34 20 110 52
Binary 10111000 1001000 11110 0 111101 1010100 11100 10000 1001000 101010

Color Harmonies of #B8481E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8481E

Black with #B8481E

Text Example


Text Example

White with #B8481E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8481E; }

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

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

background-color css

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

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

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

border-color css

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

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

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