Html Css Color HEX #B7191D Fire Engine Red

📋 copy color: '#B7191D'

red 183 ◦ green 25 ◦ blue 29

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

Shades of Fire Engine Red #B7191D

Tints of Fire Engine Red #B7191D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.55%

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

R = 77.22%
G = 10.55%
B = 12.24%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.84

 K value IS 0.28

RGB Variations

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

Color information

#B7191D (or 0xB7191D) is known color: Fire Engine Red. HEX triplet: B7, 19 and 1D. RGB value is (183,25,29). Sum of RGB (Red+Green+Blue) = 183+25+29=237 (31% of max value = 765). Red value is 183 (71.88% from 255 or 77.22% from 237); Green value is 25 (10.16% from 255 or 10.55% from 237); Blue value is 29 (11.72% from 255 or 12.24% from 237); Max value from RGB is 183 - color contains mainly: red. Hex color #B7191D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B7191D is #48E6E2. Grayscale: #484848. Windows color (decimal): -4777699 or 1907127. OLE color: 1907127.

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

Color convert

RGB 183 25 29 -
CMYK 0 0.86 0.84 0.28
HSL 358.48º 0.76% 0.41% -
HSV(B) 358.48º 0.86% 0.72% -
XYZ 20.1 10.85 2.2 -
YUV 72.7 103.35 206.67 -
System Red Green Blue C M Y K H S L
Decimal 183 25 29 0 0.86 0.84 0.28 358.48 0.76 0.41
Hex B7 19 1D 0 56 54 1C 166 4C 29
Octal 267 31 35 0 126 124 34 546 114 51
Binary 10110111 11001 11101 0 1010110 1010100 11100 101100110 1001100 101001

Color Harmonies of #B7191D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7191D

Black with #B7191D

Text Example


Text Example

White with #B7191D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7191D; }

 p { color: rgb(183,25,29); }

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

background-color css

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

 a { background-color: rgb(183,25,29); }

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

border-color css

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

 span { border-color: rgb(183,25,29); }

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