#B42F27

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

Shades of Fire Brick #B42F27

Tints of Fire Brick #B42F27

Color information

#B42F27 (or 0xB42F27) is unknown color: approx Fire Brick. HEX triplet: B4, 2F and 27. RGB value is (180,47,39). Sum of RGB (Red+Green+Blue) = 180+47+39=266 (35% of max value = 765). Red value is 180 (70.70% from 255 or 67.67% from 266); Green value is 47 (18.75% from 255 or 17.67% from 266); Blue value is 39 (15.62% from 255 or 14.66% from 266); Max value from RGB is 180 - color contains mainly: red. Hex color #B42F27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42F27 is #4BD0D8. Grayscale: #565656. Windows color (decimal): -4968665 or 2568116. OLE color: 2568116.

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

Color convert

RGB1804739-
CMYK00.740.780.29
HSL3.4º64.38%42.94%-
HSV(B)3.4º78.33%70.59%-
XYZ20.2111.883.15-
YUV85.85101.56195.15-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 67.67%
GREEN value IS 47 (18.75% from 255) = 17.67%
BLUE value IS 39 (15.62% from 255) = 14.66%
R=67.67%
G=17.67%
B=14.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.78
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180473900.740.780.293.464.3842.94
HexB42F2704A4E1D3402b
Octal2645747011211635310053
Binary1011010010111110011101001010100111011101111000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B42F27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B42F27; }

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

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

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

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

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

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

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

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