#BA2F28

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

Shades of Fire Brick #BA2F28

Tints of Fire Brick #BA2F28

Color information

#BA2F28 (or 0xBA2F28) is unknown color: approx Fire Brick. HEX triplet: BA, 2F and 28. RGB value is (186,47,40). Sum of RGB (Red+Green+Blue) = 186+47+40=273 (36% of max value = 765). Red value is 186 (73.05% from 255 or 68.13% from 273); Green value is 47 (18.75% from 255 or 17.22% from 273); Blue value is 40 (16.02% from 255 or 14.65% from 273); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2F28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2F28 is #45D0D7. Grayscale: #575757. Windows color (decimal): -4575448 or 2633658. OLE color: 2633658.

HSL color Cylindrical-coordinate representation of color #BA2F28: hue angle of 2.88º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BA2F28 is Cyan = 0, Magento = 0.75, Yellow = 0.78 and Black (K on CMYK) = 0.27.

Color convert

RGB1864740-
CMYK00.750.780.27
HSL2.88º64.6%44.31%-
HSV(B)2.88º78.49%72.94%-
XYZ21.6512.633.3-
YUV87.76101.05198.07-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 68.13%
GREEN value IS 47 (18.75% from 255) = 17.22%
BLUE value IS 40 (16.02% from 255) = 14.65%
R=68.13%
G=17.22%
B=14.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.78
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186474000.750.780.272.8864.644.31
HexBA2F2804B4E1B3412c
Octal2725750011311633310154
Binary1011101010111110100001001011100111011011111000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2F28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2F28; }

 p { color: rgb(186,47,40); }

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

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

 a { background-color: rgb(186,47,40); }

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

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

 span { border-color: rgb(186,47,40); }

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