#B01C23

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

Shades of Fire Engine Red #B01C23

Tints of Fire Engine Red #B01C23

Color information

#B01C23 (or 0xB01C23) is unknown color: approx Fire Engine Red. HEX triplet: B0, 1C and 23. RGB value is (176,28,35). Sum of RGB (Red+Green+Blue) = 176+28+35=239 (31% of max value = 765). Red value is 176 (69.14% from 255 or 73.64% from 239); Green value is 28 (11.33% from 255 or 11.72% from 239); Blue value is 35 (14.06% from 255 or 14.64% from 239); Max value from RGB is 176 - color contains mainly: red. Hex color #B01C23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B01C23 is #4FE3DC. Grayscale: #494949. Windows color (decimal): -5235677 or 2301104. OLE color: 2301104.

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

Color convert

RGB1762835-
CMYK00.840.800.31
HSL357.16º72.55%40%-
HSV(B)357.16º84.09%69.02%-
XYZ18.6210.182.57-
YUV73.05106.53201.43-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 73.64%
GREEN value IS 28 (11.33% from 255) = 11.72%
BLUE value IS 35 (14.06% from 255) = 14.64%
R=73.64%
G=11.72%
B=14.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.80
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176283500.840.800.31357.1672.5540
HexB01C23054501F1654928
Octal260344301241203754511150
Binary1011000011100100011010101001010000111111011001011001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B01C23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B01C23; }

 p { color: rgb(176,28,35); }

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

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

 a { background-color: rgb(176,28,35); }

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

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

 span { border-color: rgb(176,28,35); }

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