#BA1D0A

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

Shades of Fire Brick #BA1D0A

Tints of Fire Brick #BA1D0A

Color information

#BA1D0A (or 0xBA1D0A) is unknown color: approx Fire Brick. HEX triplet: BA, 1D and 0A. RGB value is (186,29,10). Sum of RGB (Red+Green+Blue) = 186+29+10=225 (29% of max value = 765). Red value is 186 (73.05% from 255 or 82.67% from 225); Green value is 29 (11.72% from 255 or 12.89% from 225); Blue value is 10 (4.30% from 255 or 4.44% from 225); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1D0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA1D0A is #45E2F5. Grayscale: #4A4A4A. Windows color (decimal): -4580086 or 662970. OLE color: 662970.

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

Color convert

RGB1862910-
CMYK00.840.950.27
HSL6.48º89.8%38.43%-
HSV(B)6.48º94.62%72.94%-
XYZ20.7411.341.38-
YUV73.7892.01208.04-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 82.67%
GREEN value IS 29 (11.72% from 255) = 12.89%
BLUE value IS 10 (4.30% from 255) = 4.44%
R=82.67%
G=12.89%
B=4.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.95
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186291000.840.950.276.4889.838.43
HexBA1DA0545F1B65a26
Octal2723512012413733613246
Binary10111010111011010010101001011111110111101011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA1D0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA1D0A; }

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

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

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

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

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

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

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

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