Html Css Color HEX #B7181F Fire Engine Red

📋 copy color: '#B7181F'

red 183 ◦ green 24 ◦ blue 31

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

Shades of Fire Engine Red #B7181F

Tints of Fire Engine Red #B7181F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 13.03%

R = 76.89%
G = 10.08%
B = 13.03%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.83

 K value IS 0.28

RGB Variations

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

Color information

#B7181F (or 0xB7181F) is known color: Fire Engine Red. HEX triplet: B7, 18 and 1F. RGB value is (183,24,31). Sum of RGB (Red+Green+Blue) = 183+24+31=238 (31% of max value = 765). Red value is 183 (71.88% from 255 or 76.89% from 238); Green value is 24 (9.77% from 255 or 10.08% from 238); Blue value is 31 (12.5% from 255 or 13.03% from 238); Max value from RGB is 183 - color contains mainly: red. Hex color #B7181F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B7181F is #48E7E0. Grayscale: #484848. Windows color (decimal): -4777953 or 2037943. OLE color: 2037943.

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

Color convert

RGB 183 24 31 -
CMYK 0 0.87 0.83 0.28
HSL 357.36º 0.77% 0.41% -
HSV(B) 357.36º 0.87% 0.72% -
XYZ 20.1 10.82 2.33 -
YUV 72.34 104.68 206.93 -
System Red Green Blue C M Y K H S L
Decimal 183 24 31 0 0.87 0.83 0.28 357.36 0.77 0.41
Hex B7 18 1F 0 57 53 1C 165 4D 29
Octal 267 30 37 0 127 123 34 545 115 51
Binary 10110111 11000 11111 0 1010111 1010011 11100 101100101 1001101 101001

Color Harmonies of #B7181F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7181F

Black with #B7181F

Text Example


Text Example

White with #B7181F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7181F; }

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

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

background-color css

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

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

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

border-color css

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

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

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