#B12723

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

Shades of Fire Brick #B12723

Tints of Fire Brick #B12723

Color information

#B12723 (or 0xB12723) is unknown color: approx Fire Brick. HEX triplet: B1, 27 and 23. RGB value is (177,39,35). Sum of RGB (Red+Green+Blue) = 177+39+35=251 (33% of max value = 765). Red value is 177 (69.53% from 255 or 70.52% from 251); Green value is 39 (15.62% from 255 or 15.54% from 251); Blue value is 35 (14.06% from 255 or 13.94% from 251); Max value from RGB is 177 - color contains mainly: red. Hex color #B12723 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12723 is #4ED8DC. Grayscale: #4F4F4F. Windows color (decimal): -5167325 or 2303921. OLE color: 2303921.

HSL color Cylindrical-coordinate representation of color #B12723: hue angle of 1.69º 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 #B12723 is Cyan = 0, Magento = 0.78, Yellow = 0.80 and Black (K on CMYK) = 0.31.

Color convert

RGB1773935-
CMYK00.780.800.31
HSL1.69º66.98%41.57%-
HSV(B)1.69º80.23%69.41%-
XYZ19.1610.922.69-
YUV79.81102.72197.33-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 70.52%
GREEN value IS 39 (15.62% from 255) = 15.54%
BLUE value IS 35 (14.06% from 255) = 13.94%
R=70.52%
G=15.54%
B=13.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.80
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177393500.780.800.311.6966.9841.57
HexB1272304E501F2432a
Octal2614743011612037210352
Binary1011000110011110001101001110101000011111101000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12723

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12723; }

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

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

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

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

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

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

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

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