Html Css Color HEX #B3181C Fire Engine Red

📋 copy color: '#B3181C'

red 179 ◦ green 24 ◦ blue 28

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

Shades of Fire Engine Red #B3181C

Tints of Fire Engine Red #B3181C

RGB

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

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

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

R = 77.49%
G = 10.39%
B = 12.12%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.84

 K value IS 0.30

RGB Variations

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

Color information

#B3181C (or 0xB3181C) is known color: Fire Engine Red. HEX triplet: B3, 18 and 1C. RGB value is (179,24,28). Sum of RGB (Red+Green+Blue) = 179+24+28=231 (30% of max value = 765). Red value is 179 (70.31% from 255 or 77.49% from 231); Green value is 24 (9.77% from 255 or 10.39% from 231); Blue value is 28 (11.33% from 255 or 12.12% from 231); Max value from RGB is 179 - color contains mainly: red. Hex color #B3181C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B3181C is #4CE7E3. Grayscale: #464646. Windows color (decimal): -5040100 or 1841331. OLE color: 1841331.

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

Color convert

RGB 179 24 28 -
CMYK 0 0.87 0.84 0.30
HSL 358.45º 0.76% 0.4% -
HSV(B) 358.45º 0.87% 0.7% -
XYZ 19.13 10.32 2.08 -
YUV 70.8 103.85 205.17 -
System Red Green Blue C M Y K H S L
Decimal 179 24 28 0 0.87 0.84 0.30 358.45 0.76 0.4
Hex B3 18 1C 0 57 54 1E 166 4C 28
Octal 263 30 34 0 127 124 36 546 114 50
Binary 10110011 11000 11100 0 1010111 1010100 11110 101100110 1001100 101000

Color Harmonies of #B3181C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3181C

Black with #B3181C

Text Example


Text Example

White with #B3181C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3181C; }

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

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

background-color css

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

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

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

border-color css

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

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

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