#BA2F2B

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

Shades of Fire Brick #BA2F2B

Tints of Fire Brick #BA2F2B

Color information

#BA2F2B (or 0xBA2F2B) is unknown color: approx Fire Brick. HEX triplet: BA, 2F and 2B. RGB value is (186,47,43). Sum of RGB (Red+Green+Blue) = 186+47+43=276 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.39% from 276); Green value is 47 (18.75% from 255 or 17.03% from 276); Blue value is 43 (17.19% from 255 or 15.58% from 276); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2F2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2F2B is #45D0D4. Grayscale: #585858. Windows color (decimal): -4575445 or 2830266. OLE color: 2830266.

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

Color convert

RGB1864743-
CMYK00.750.770.27
HSL1.68º62.45%44.9%-
HSV(B)1.68º76.88%72.94%-
XYZ21.712.653.58-
YUV88.1102.55197.83-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 67.39%
GREEN value IS 47 (18.75% from 255) = 17.03%
BLUE value IS 43 (17.19% from 255) = 15.58%
R=67.39%
G=17.03%
B=15.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.77
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186474300.750.770.271.6862.4544.9
HexBA2F2B04B4D1B23e2d
Octal272575301131153327655
Binary101110101011111010110100101110011011101110111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2F2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2F2B; }

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

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

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

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

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

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

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

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