#B43127

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

Shades of Fire Brick #B43127

Tints of Fire Brick #B43127

Color information

#B43127 (or 0xB43127) is unknown color: approx Fire Brick. HEX triplet: B4, 31 and 27. RGB value is (180,49,39). Sum of RGB (Red+Green+Blue) = 180+49+39=268 (35% of max value = 765). Red value is 180 (70.70% from 255 or 67.16% from 268); Green value is 49 (19.53% from 255 or 18.28% from 268); Blue value is 39 (15.62% from 255 or 14.55% from 268); Max value from RGB is 180 - color contains mainly: red. Hex color #B43127 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43127 is #4BCED8. Grayscale: #575757. Windows color (decimal): -4968153 or 2568628. OLE color: 2568628.

HSL color Cylindrical-coordinate representation of color #B43127: hue angle of 4.26º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B43127 is Cyan = 0, Magento = 0.73, Yellow = 0.78 and Black (K on CMYK) = 0.29.

Color convert

RGB1804939-
CMYK00.730.780.29
HSL4.26º64.38%42.94%-
HSV(B)4.26º78.33%70.59%-
XYZ20.2912.053.18-
YUV87.03100.9194.31-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 67.16%
GREEN value IS 49 (19.53% from 255) = 18.28%
BLUE value IS 39 (15.62% from 255) = 14.55%
R=67.16%
G=18.28%
B=14.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.78
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180493900.730.780.294.2664.3842.94
HexB431270494E1D4402b
Octal2646147011111635410053
Binary10110100110001100111010010011001110111011001000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43127; }

 p { color: rgb(180,49,39); }

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

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

 a { background-color: rgb(180,49,39); }

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

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

 span { border-color: rgb(180,49,39); }

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