#B12023

Color #B12023 Fire Engine Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire Engine Red #B12023

Tints of Fire Engine Red #B12023

Color information

#B12023 (or 0xB12023) is unknown color: approx Fire Engine Red. HEX triplet: B1, 20 and 23. RGB value is (177,32,35). Sum of RGB (Red+Green+Blue) = 177+32+35=244 (32% of max value = 765). Red value is 177 (69.53% from 255 or 72.54% from 244); Green value is 32 (12.89% from 255 or 13.11% from 244); Blue value is 35 (14.06% from 255 or 14.34% from 244); Max value from RGB is 177 - color contains mainly: red. Hex color #B12023 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12023 is #4EDFDC. Grayscale: #4B4B4B. Windows color (decimal): -5169117 or 2302129. OLE color: 2302129.

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

Color convert

RGB1773235-
CMYK00.820.800.31
HSL358.76º69.38%40.98%-
HSV(B)358.76º81.92%69.41%-
XYZ18.9510.52.62-
YUV75.7105.04200.26-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 72.54%
GREEN value IS 32 (12.89% from 255) = 13.11%
BLUE value IS 35 (14.06% from 255) = 14.34%
R=72.54%
G=13.11%
B=14.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.80
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177323500.820.800.31358.7669.3840.98
HexB12023052501F1674529
Octal261404301221203754710551
Binary10110001100000100011010100101010000111111011001111000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12023; }

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

 H1.HeaderClassName
 {
   color: #B12023;
 }
 .AnyTagClassName
 {
   color: #B12023;
 }
</style>
background-color css

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

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

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

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

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

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