Html Css Color HEX #B7181C Fire Engine Red

📋 copy color: '#B7181C'

red 183 ◦ green 24 ◦ blue 28

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

Shades of Fire Engine Red #B7181C

Tints of Fire Engine Red #B7181C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 11.91%

R = 77.87%
G = 10.21%
B = 11.91%

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

#B7181C (or 0xB7181C) is known color: Fire Engine Red. HEX triplet: B7, 18 and 1C. RGB value is (183,24,28). Sum of RGB (Red+Green+Blue) = 183+24+28=235 (31% of max value = 765). Red value is 183 (71.88% from 255 or 77.87% from 235); Green value is 24 (9.77% from 255 or 10.21% from 235); Blue value is 28 (11.33% from 255 or 11.91% from 235); Max value from RGB is 183 - color contains mainly: red. Hex color #B7181C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B7181C is #48E7E3. Grayscale: #484848. Windows color (decimal): -4777956 or 1841335. OLE color: 1841335.

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

Color convert

RGB 183 24 28 -
CMYK 0 0.87 0.85 0.28
HSL 358.49º 0.77% 0.41% -
HSV(B) 358.49º 0.87% 0.72% -
XYZ 20.06 10.8 2.13 -
YUV 72 103.18 207.17 -
System Red Green Blue C M Y K H S L
Decimal 183 24 28 0 0.87 0.85 0.28 358.49 0.77 0.41
Hex B7 18 1C 0 57 55 1C 166 4D 29
Octal 267 30 34 0 127 125 34 546 115 51
Binary 10110111 11000 11100 0 1010111 1010101 11100 101100110 1001101 101001

Color Harmonies of #B7181C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7181C

Black with #B7181C

Text Example


Text Example

White with #B7181C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7181C; }

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

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

background-color css

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

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

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

border-color css

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

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

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