#BA3027

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

Shades of Fire Brick #BA3027

Tints of Fire Brick #BA3027

Color information

#BA3027 (or 0xBA3027) is unknown color: approx Fire Brick. HEX triplet: BA, 30 and 27. RGB value is (186,48,39). Sum of RGB (Red+Green+Blue) = 186+48+39=273 (36% of max value = 765). Red value is 186 (73.05% from 255 or 68.13% from 273); Green value is 48 (19.14% from 255 or 17.58% from 273); Blue value is 39 (15.62% from 255 or 14.29% from 273); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3027 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3027 is #45CFD8. Grayscale: #585858. Windows color (decimal): -4575193 or 2568378. OLE color: 2568378.

HSL color Cylindrical-coordinate representation of color #BA3027: hue angle of 3.67º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BA3027 is Cyan = 0, Magento = 0.74, Yellow = 0.79 and Black (K on CMYK) = 0.27.

Color convert

RGB1864839-
CMYK00.740.790.27
HSL3.67º65.33%44.12%-
HSV(B)3.67º79.03%72.94%-
XYZ21.6712.73.23-
YUV88.24100.22197.73-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 68.13%
GREEN value IS 48 (19.14% from 255) = 17.58%
BLUE value IS 39 (15.62% from 255) = 14.29%
R=68.13%
G=17.58%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.79
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186483900.740.790.273.6765.3344.12
HexBA302704A4F1B4412c
Octal2726047011211733410154
Binary10111010110000100111010010101001111110111001000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3027; }

 p { color: rgb(186,48,39); }

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

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

 a { background-color: rgb(186,48,39); }

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

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

 span { border-color: rgb(186,48,39); }

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