#ba3025

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

Shades of Fire Brick #BA3025

Tints of Fire Brick #BA3025

Color information

#BA3025 (or 0xBA3025) is unknown color: approx Fire Brick. HEX triplet: BA, 30 and 25. RGB value is (186,48,37). Sum of RGB (Red+Green+Blue) = 186+48+37=271 (35% of max value = 765). Red value is 186 (73.05% from 255 or 68.63% from 271); Green value is 48 (19.14% from 255 or 17.71% from 271); Blue value is 37 (14.84% from 255 or 13.65% from 271); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3025 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3025 is #45CFDA. Grayscale: #585858. Windows color (decimal): -4575195 or 2437306. OLE color: 2437306.

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

Color convert

RGB1864837-
CMYK00.740.800.27
HSL4.43º66.82%43.73%-
HSV(B)4.43º80.11%72.94%-
XYZ21.6412.693.06-
YUV88.0199.22197.89-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 68.63%
GREEN value IS 48 (19.14% from 255) = 17.71%
BLUE value IS 37 (14.84% from 255) = 13.65%
R=68.63%
G=17.71%
B=13.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.80
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186483700.740.800.274.4366.8243.73
HexBA302504A501B4432c
Octal2726045011212033410354
Binary10111010110000100101010010101010000110111001000011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba3025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba3025; }

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

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

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

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

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

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

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

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