#B4270F

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

Shades of Fire Brick #B4270F

Tints of Fire Brick #B4270F

Color information

#B4270F (or 0xB4270F) is unknown color: approx Fire Brick. HEX triplet: B4, 27 and 0F. RGB value is (180,39,15). Sum of RGB (Red+Green+Blue) = 180+39+15=234 (30% of max value = 765). Red value is 180 (70.70% from 255 or 76.92% from 234); Green value is 39 (15.62% from 255 or 16.67% from 234); Blue value is 15 (6.25% from 255 or 6.41% from 234); Max value from RGB is 180 - color contains mainly: red. Hex color #B4270F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B4270F is #4BD8F0. Grayscale: #4E4E4E. Windows color (decimal): -4970737 or 993204. OLE color: 993204.

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

Color convert

RGB1803915-
CMYK00.780.920.29
HSL8.73º84.62%38.24%-
HSV(B)8.73º91.67%70.59%-
XYZ19.6311.191.58-
YUV78.4292.21200.45-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 76.92%
GREEN value IS 39 (15.62% from 255) = 16.67%
BLUE value IS 15 (6.25% from 255) = 6.41%
R=76.92%
G=16.67%
B=6.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.92
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180391500.780.920.298.7384.6238.24
HexB427F04E5C1D95526
Octal26447170116134351112546
Binary1011010010011111110100111010111001110110011010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4270F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4270F; }

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

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

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

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

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

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

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

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