Html Css Color HEX #B2181F Fire Engine Red

📋 copy color: '#B2181F'

red 178 ◦ green 24 ◦ blue 31

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

Shades of Fire Engine Red #B2181F

Tints of Fire Engine Red #B2181F

RGB

 RED value IS 178 (69.92% from 255) = 76.39%

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

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

R = 76.39%
G = 10.3%
B = 13.3%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.83

 K value IS 0.30

RGB Variations

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

Color information

#B2181F (or 0xB2181F) is known color: Fire Engine Red. HEX triplet: B2, 18 and 1F. RGB value is (178,24,31). Sum of RGB (Red+Green+Blue) = 178+24+31=233 (30% of max value = 765). Red value is 178 (69.92% from 255 or 76.39% from 233); Green value is 24 (9.77% from 255 or 10.30% from 233); Blue value is 31 (12.5% from 255 or 13.30% from 233); Max value from RGB is 178 - color contains mainly: red. Hex color #B2181F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2181F is #4DE7E0. Grayscale: #464646. Windows color (decimal): -5105633 or 2037938. OLE color: 2037938.

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

Color convert

RGB 178 24 31 -
CMYK 0 0.87 0.83 0.30
HSL 357.27º 0.76% 0.4% -
HSV(B) 357.27º 0.87% 0.7% -
XYZ 18.93 10.22 2.27 -
YUV 70.84 105.52 204.43 -
System Red Green Blue C M Y K H S L
Decimal 178 24 31 0 0.87 0.83 0.30 357.27 0.76 0.4
Hex B2 18 1F 0 57 53 1E 165 4C 28
Octal 262 30 37 0 127 123 36 545 114 50
Binary 10110010 11000 11111 0 1010111 1010011 11110 101100101 1001100 101000

Color Harmonies of #B2181F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2181F

Black with #B2181F

Text Example


Text Example

White with #B2181F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2181F; }

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

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

background-color css

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

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

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

border-color css

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

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

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