Html Css Color HEX #B12324 Fire Engine Red

📋 copy color: '#B12324'

red 177 ◦ green 35 ◦ blue 36

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

Shades of Fire Engine Red #B12324

Tints of Fire Engine Red #B12324

RGB

 RED value IS 177 (69.53% from 255) = 71.37%

 GREEN value IS 35 (14.06% from 255) = 14.11%

 BLUE value IS 36 (14.45% from 255) = 14.52%

R = 71.37%
G = 14.11%
B = 14.52%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.80

 K value IS 0.31

RGB Variations

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

Color information

#B12324 (or 0xB12324) is known color: Fire Engine Red. HEX triplet: B1, 23 and 24. RGB value is (177,35,36). Sum of RGB (Red+Green+Blue) = 177+35+36=248 (32% of max value = 765). Red value is 177 (69.53% from 255 or 71.37% from 248); Green value is 35 (14.06% from 255 or 14.11% from 248); Blue value is 36 (14.45% from 255 or 14.52% from 248); Max value from RGB is 177 - color contains mainly: red. Hex color #B12324 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12324 is #4EDCDB. Grayscale: #4D4D4D. Windows color (decimal): -5168348 or 2368433. OLE color: 2368433.

HSL color Cylindrical-coordinate representation of color #B12324: hue angle of 359.58º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B12324 is Cyan = 0, Magento = 0.80, Yellow = 0.80 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 35 36 -
CMYK 0 0.80 0.80 0.31
HSL 359.58º 0.67% 0.42% -
HSV(B) 359.58º 0.8% 0.69% -
XYZ 19.05 10.68 2.73 -
YUV 77.57 104.54 198.92 -
System Red Green Blue C M Y K H S L
Decimal 177 35 36 0 0.80 0.80 0.31 359.58 0.67 0.42
Hex B1 23 24 0 50 50 1F 168 43 2A
Octal 261 43 44 0 120 120 37 550 103 52
Binary 10110001 100011 100100 0 1010000 1010000 11111 101101000 1000011 101010

Color Harmonies of #B12324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12324

Black with #B12324

Text Example


Text Example

White with #B12324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12324; }

 p { color: rgb(177,35,36); }

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

background-color css

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

 a { background-color: rgb(177,35,36); }

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

border-color css

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

 span { border-color: rgb(177,35,36); }

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