Html Css Color HEX #B7181B Fire Engine Red

📋 copy color: '#B7181B'

red 183 ◦ green 24 ◦ blue 27

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

Shades of Fire Engine Red #B7181B

Tints of Fire Engine Red #B7181B

RGB

 RED value IS 183 (71.88% from 255) = 78.21%

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

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

R = 78.21%
G = 10.26%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.85

 K value IS 0.28

RGB Variations

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

Color information

#B7181B (or 0xB7181B) is known color: Fire Engine Red. HEX triplet: B7, 18 and 1B. RGB value is (183,24,27). Sum of RGB (Red+Green+Blue) = 183+24+27=234 (30% of max value = 765). Red value is 183 (71.88% from 255 or 78.21% from 234); Green value is 24 (9.77% from 255 or 10.26% from 234); Blue value is 27 (10.94% from 255 or 11.54% from 234); Max value from RGB is 183 - color contains mainly: red. Hex color #B7181B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B7181B is #48E7E4. Grayscale: #484848. Windows color (decimal): -4777957 or 1775799. OLE color: 1775799.

HSL color Cylindrical-coordinate representation of color #B7181B: hue angle of 358.87º 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 #B7181B is Cyan = 0, Magento = 0.87, Yellow = 0.85 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 24 27 -
CMYK 0 0.87 0.85 0.28
HSL 358.87º 0.77% 0.41% -
HSV(B) 358.87º 0.87% 0.72% -
XYZ 20.05 10.8 2.06 -
YUV 71.88 102.68 207.26 -
System Red Green Blue C M Y K H S L
Decimal 183 24 27 0 0.87 0.85 0.28 358.87 0.77 0.41
Hex B7 18 1B 0 57 55 1C 167 4D 29
Octal 267 30 33 0 127 125 34 547 115 51
Binary 10110111 11000 11011 0 1010111 1010101 11100 101100111 1001101 101001

Color Harmonies of #B7181B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7181B

Black with #B7181B

Text Example


Text Example

White with #B7181B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7181B; }

 p { color: rgb(183,24,27); }

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

background-color css

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

 a { background-color: rgb(183,24,27); }

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

border-color css

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

 span { border-color: rgb(183,24,27); }

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