Html Css Color HEX #B8481B Rust

📋 copy color: '#B8481B'

red 184 ◦ green 72 ◦ blue 27

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

Shades of Rust #B8481B

Tints of Rust #B8481B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9.54%

R = 65.02%
G = 25.44%
B = 9.54%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.85

 K value IS 0.28

RGB Variations

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

Color information

#B8481B (or 0xB8481B) is known color: Rust. HEX triplet: B8, 48 and 1B. RGB value is (184,72,27). Sum of RGB (Red+Green+Blue) = 184+72+27=283 (37% of max value = 765). Red value is 184 (72.27% from 255 or 65.02% from 283); Green value is 72 (28.52% from 255 or 25.44% from 283); Blue value is 27 (10.94% from 255 or 9.54% from 283); Max value from RGB is 184 - color contains mainly: red. Hex color #B8481B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8481B is #47B7E4. Grayscale: #646464. Windows color (decimal): -4700133 or 1788088. OLE color: 1788088.

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

Color convert

RGB 184 72 27 -
CMYK 0 0.61 0.85 0.28
HSL 17.2º 0.74% 0.41% -
HSV(B) 17.2º 0.85% 0.72% -
XYZ 22.28 14.9 2.74 -
YUV 100.36 86.61 187.66 -
System Red Green Blue C M Y K H S L
Decimal 184 72 27 0 0.61 0.85 0.28 17.2 0.74 0.41
Hex B8 48 1B 0 3D 55 1C 11 4A 29
Octal 270 110 33 0 75 125 34 21 112 51
Binary 10111000 1001000 11011 0 111101 1010101 11100 10001 1001010 101001

Color Harmonies of #B8481B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8481B

Black with #B8481B

Text Example


Text Example

White with #B8481B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8481B; }

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

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

background-color css

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

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

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

border-color css

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

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

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