#B4251A

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

Shades of Fire Brick #B4251A

Tints of Fire Brick #B4251A

Color information

#B4251A (or 0xB4251A) is unknown color: approx Fire Brick. HEX triplet: B4, 25 and 1A. RGB value is (180,37,26). Sum of RGB (Red+Green+Blue) = 180+37+26=243 (32% of max value = 765). Red value is 180 (70.70% from 255 or 74.07% from 243); Green value is 37 (14.84% from 255 or 15.23% from 243); Blue value is 26 (10.55% from 255 or 10.70% from 243); Max value from RGB is 180 - color contains mainly: red. Hex color #B4251A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4251A is #4BDAE5. Grayscale: #4E4E4E. Windows color (decimal): -4971238 or 1713588. OLE color: 1713588.

HSL color Cylindrical-coordinate representation of color #B4251A: hue angle of 4.29º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B4251A is Cyan = 0, Magento = 0.79, Yellow = 0.86 and Black (K on CMYK) = 0.29.

Color convert

RGB1803726-
CMYK00.790.860.29
HSL4.29º74.76%40.39%-
HSV(B)4.29º85.56%70.59%-
XYZ19.6711.12.08-
YUV78.598.38200.39-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 74.07%
GREEN value IS 37 (14.84% from 255) = 15.23%
BLUE value IS 26 (10.55% from 255) = 10.70%
R=74.07%
G=15.23%
B=10.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.86
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180372600.790.860.294.2974.7640.39
HexB4251A04F561D44b28
Octal2644532011712635411350
Binary1011010010010111010010011111010110111011001001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4251A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4251A; }

 p { color: rgb(180,37,26); }

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

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

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

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

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

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

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