#B62123

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

Shades of Fire Engine Red #B62123

Tints of Fire Engine Red #B62123

Color information

#B62123 (or 0xB62123) is unknown color: approx Fire Engine Red. HEX triplet: B6, 21 and 23. RGB value is (182,33,35). Sum of RGB (Red+Green+Blue) = 182+33+35=250 (33% of max value = 765). Red value is 182 (71.48% from 255 or 72.8% from 250); Green value is 33 (13.28% from 255 or 13.2% from 250); Blue value is 35 (14.06% from 255 or 14% from 250); Max value from RGB is 182 - color contains mainly: red. Hex color #B62123 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B62123 is #49DEDC. Grayscale: #4D4D4D. Windows color (decimal): -4841181 or 2302390. OLE color: 2302390.

HSL color Cylindrical-coordinate representation of color #B62123: hue angle of 359.19º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B62123 is Cyan = 0, Magento = 0.82, Yellow = 0.81 and Black (K on CMYK) = 0.29.

Color convert

RGB1823335-
CMYK00.820.810.29
HSL359.19º69.3%42.16%-
HSV(B)359.19º81.87%71.37%-
XYZ20.1411.152.68-
YUV77.78103.86202.34-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 72.8%
GREEN value IS 33 (13.28% from 255) = 13.2%
BLUE value IS 35 (14.06% from 255) = 14%
R=72.8%
G=13.2%
B=14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.81
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182333500.820.810.29359.1969.342.16
HexB62123052511D167452a
Octal266414301221213554710552
Binary10110110100001100011010100101010001111011011001111000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B62123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B62123; }

 p { color: rgb(182,33,35); }

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

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

 a { background-color: rgb(182,33,35); }

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

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

 span { border-color: rgb(182,33,35); }

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