#BA281D

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

Shades of Fire Brick #BA281D

Tints of Fire Brick #BA281D

Color information

#BA281D (or 0xBA281D) is unknown color: approx Fire Brick. HEX triplet: BA, 28 and 1D. RGB value is (186,40,29). Sum of RGB (Red+Green+Blue) = 186+40+29=255 (33% of max value = 765). Red value is 186 (73.05% from 255 or 72.94% from 255); Green value is 40 (16.02% from 255 or 15.69% from 255); Blue value is 29 (11.72% from 255 or 11.37% from 255); Max value from RGB is 186 - color contains mainly: red. Hex color #BA281D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA281D is #45D7E2. Grayscale: #525252. Windows color (decimal): -4577251 or 1910970. OLE color: 1910970.

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

Color convert

RGB1864029-
CMYK00.780.840.27
HSL4.2º73.02%42.16%-
HSV(B)4.2º84.41%72.94%-
XYZ21.2312.052.37-
YUV82.497.87201.89-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 72.94%
GREEN value IS 40 (16.02% from 255) = 15.69%
BLUE value IS 29 (11.72% from 255) = 11.37%
R=72.94%
G=15.69%
B=11.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.84
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186402900.780.840.274.273.0242.16
HexBA281D04E541B4492a
Octal2725035011612433411152
Binary1011101010100011101010011101010100110111001001001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA281D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA281D; }

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

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

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

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

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

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

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

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