#b42727

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

Shades of Fire Brick #B42727

Tints of Fire Brick #B42727

Color information

#B42727 (or 0xB42727) is unknown color: approx Fire Brick. HEX triplet: B4, 27 and 27. RGB value is (180,39,39). Sum of RGB (Red+Green+Blue) = 180+39+39=258 (34% of max value = 765). Red value is 180 (70.70% from 255 or 69.77% from 258); Green value is 39 (15.62% from 255 or 15.12% from 258); Blue value is 39 (15.62% from 255 or 15.12% from 258); Max value from RGB is 180 - color contains mainly: red. Hex color #B42727 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42727 is #4BD8D8. Grayscale: #515151. Windows color (decimal): -4970713 or 2566068. OLE color: 2566068.

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

Color convert

RGB1803939-
CMYK00.780.780.29
HSL64.38%42.94%-
HSV(B)78.33%70.59%-
XYZ19.9111.33.05-
YUV81.16104.21198.5-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 69.77%
GREEN value IS 39 (15.62% from 255) = 15.12%
BLUE value IS 39 (15.62% from 255) = 15.12%
R=69.77%
G=15.12%
B=15.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.78
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180393900.780.780.29064.3842.94
HexB4272704E4E1D0402b
Octal2644747011611635010053
Binary101101001001111001110100111010011101110101000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b42727

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b42727; }

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

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

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

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

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

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

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

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