#B4190C

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

Shades of Fire Brick #B4190C

Tints of Fire Brick #B4190C

Color information

#B4190C (or 0xB4190C) is unknown color: approx Fire Brick. HEX triplet: B4, 19 and 0C. RGB value is (180,25,12). Sum of RGB (Red+Green+Blue) = 180+25+12=217 (28% of max value = 765). Red value is 180 (70.70% from 255 or 82.95% from 217); Green value is 25 (10.16% from 255 or 11.52% from 217); Blue value is 12 (5.08% from 255 or 5.53% from 217); Max value from RGB is 180 - color contains mainly: red. Hex color #B4190C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B4190C is #4BE6F3. Grayscale: #464646. Windows color (decimal): -4974324 or 793012. OLE color: 793012.

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

Color convert

RGB1802512-
CMYK00.860.930.29
HSL4.64º87.5%37.65%-
HSV(B)4.64º93.33%70.59%-
XYZ19.2410.431.35-
YUV69.8695.35206.56-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 82.95%
GREEN value IS 25 (10.16% from 255) = 11.52%
BLUE value IS 12 (5.08% from 255) = 5.53%
R=82.95%
G=11.52%
B=5.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.93
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180251200.860.930.294.6487.537.65
HexB419C0565D1D55826
Octal2643114012613535513046
Binary10110100110011100010101101011101111011011011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4190C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4190C; }

 p { color: rgb(180,25,12); }

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

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

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

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

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

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

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