Html Css Color HEX #B3191C Fire Engine Red

📋 copy color: '#B3191C'

red 179 ◦ green 25 ◦ blue 28

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

Shades of Fire Engine Red #B3191C

Tints of Fire Engine Red #B3191C

RGB

 RED value IS 179 (70.31% from 255) = 77.16%

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

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

R = 77.16%
G = 10.78%
B = 12.07%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.84

 K value IS 0.30

RGB Variations

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

Color information

#B3191C (or 0xB3191C) is known color: Fire Engine Red. HEX triplet: B3, 19 and 1C. RGB value is (179,25,28). Sum of RGB (Red+Green+Blue) = 179+25+28=232 (30% of max value = 765). Red value is 179 (70.31% from 255 or 77.16% from 232); Green value is 25 (10.16% from 255 or 10.78% from 232); Blue value is 28 (11.33% from 255 or 12.07% from 232); Max value from RGB is 179 - color contains mainly: red. Hex color #B3191C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B3191C is #4CE6E3. Grayscale: #474747. Windows color (decimal): -5039844 or 1841587. OLE color: 1841587.

HSL color Cylindrical-coordinate representation of color #B3191C: hue angle of 358.83º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B3191C is Cyan = 0, Magento = 0.86, Yellow = 0.84 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 25 28 -
CMYK 0 0.86 0.84 0.30
HSL 358.83º 0.75% 0.4% -
HSV(B) 358.83º 0.86% 0.7% -
XYZ 19.15 10.36 2.09 -
YUV 71.39 103.52 204.76 -
System Red Green Blue C M Y K H S L
Decimal 179 25 28 0 0.86 0.84 0.30 358.83 0.75 0.4
Hex B3 19 1C 0 56 54 1E 167 4B 28
Octal 263 31 34 0 126 124 36 547 113 50
Binary 10110011 11001 11100 0 1010110 1010100 11110 101100111 1001011 101000

Color Harmonies of #B3191C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3191C

Black with #B3191C

Text Example


Text Example

White with #B3191C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3191C; }

 p { color: rgb(179,25,28); }

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

background-color css

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

 a { background-color: rgb(179,25,28); }

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

border-color css

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

 span { border-color: rgb(179,25,28); }

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