Html Css Color HEX #B8181D Fire Engine Red

📋 copy color: '#B8181D'

red 184 ◦ green 24 ◦ blue 29

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

Shades of Fire Engine Red #B8181D

Tints of Fire Engine Red #B8181D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.13%

 BLUE value IS 29 (11.72% from 255) = 12.24%

R = 77.64%
G = 10.13%
B = 12.24%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.84

 K value IS 0.28

RGB Variations

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

Color information

#B8181D (or 0xB8181D) is known color: Fire Engine Red. HEX triplet: B8, 18 and 1D. RGB value is (184,24,29). Sum of RGB (Red+Green+Blue) = 184+24+29=237 (31% of max value = 765). Red value is 184 (72.27% from 255 or 77.64% from 237); Green value is 24 (9.77% from 255 or 10.13% from 237); Blue value is 29 (11.72% from 255 or 12.24% from 237); Max value from RGB is 184 - color contains mainly: red. Hex color #B8181D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8181D is #47E7E2. Grayscale: #484848. Windows color (decimal): -4712419 or 1906872. OLE color: 1906872.

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

Color convert

RGB 184 24 29 -
CMYK 0 0.87 0.84 0.28
HSL 358.13º 0.77% 0.41% -
HSV(B) 358.13º 0.87% 0.72% -
XYZ 20.32 10.93 2.2 -
YUV 72.41 103.51 207.59 -
System Red Green Blue C M Y K H S L
Decimal 184 24 29 0 0.87 0.84 0.28 358.13 0.77 0.41
Hex B8 18 1D 0 57 54 1C 166 4D 29
Octal 270 30 35 0 127 124 34 546 115 51
Binary 10111000 11000 11101 0 1010111 1010100 11100 101100110 1001101 101001

Color Harmonies of #B8181D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8181D

Black with #B8181D

Text Example


Text Example

White with #B8181D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8181D; }

 p { color: rgb(184,24,29); }

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

background-color css

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

 a { background-color: rgb(184,24,29); }

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

border-color css

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

 span { border-color: rgb(184,24,29); }

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