#ba2f26

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

Shades of Fire Brick #BA2F26

Tints of Fire Brick #BA2F26

Color information

#BA2F26 (or 0xBA2F26) is unknown color: approx Fire Brick. HEX triplet: BA, 2F and 26. RGB value is (186,47,38). Sum of RGB (Red+Green+Blue) = 186+47+38=271 (35% of max value = 765). Red value is 186 (73.05% from 255 or 68.63% from 271); Green value is 47 (18.75% from 255 or 17.34% from 271); Blue value is 38 (15.23% from 255 or 14.02% from 271); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2F26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2F26 is #45D0D9. Grayscale: #575757. Windows color (decimal): -4575450 or 2502586. OLE color: 2502586.

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

Color convert

RGB1864738-
CMYK00.750.800.27
HSL3.65º66.07%43.92%-
HSV(B)3.65º79.57%72.94%-
XYZ21.6212.613.13-
YUV87.54100.05198.23-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 68.63%
GREEN value IS 47 (18.75% from 255) = 17.34%
BLUE value IS 38 (15.23% from 255) = 14.02%
R=68.63%
G=17.34%
B=14.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.80
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186473800.750.800.273.6566.0743.92
HexBA2F2604B501B4422c
Octal2725746011312033410254
Binary10111010101111100110010010111010000110111001000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba2f26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba2f26; }

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

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

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

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

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

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

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

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