#BA281A

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

Shades of Fire Brick #BA281A

Tints of Fire Brick #BA281A

Color information

#BA281A (or 0xBA281A) is unknown color: approx Fire Brick. HEX triplet: BA, 28 and 1A. RGB value is (186,40,26). Sum of RGB (Red+Green+Blue) = 186+40+26=252 (33% of max value = 765). Red value is 186 (73.05% from 255 or 73.81% from 252); Green value is 40 (16.02% from 255 or 15.87% from 252); Blue value is 26 (10.55% from 255 or 10.32% from 252); Max value from RGB is 186 - color contains mainly: red. Hex color #BA281A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA281A is #45D7E5. Grayscale: #525252. Windows color (decimal): -4577254 or 1714362. OLE color: 1714362.

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

Color convert

RGB1864026-
CMYK00.780.860.27
HSL5.25º75.47%41.57%-
HSV(B)5.25º86.02%72.94%-
XYZ21.1912.032.18-
YUV82.0696.37202.14-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 73.81%
GREEN value IS 40 (16.02% from 255) = 15.87%
BLUE value IS 26 (10.55% from 255) = 10.32%
R=73.81%
G=15.87%
B=10.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.86
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186402600.780.860.275.2575.4741.57
HexBA281A04E561B54b2a
Octal2725032011612633511352
Binary1011101010100011010010011101010110110111011001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA281A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA281A; }

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

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

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

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

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

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

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

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