#BA220F

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

Shades of Fire Brick #BA220F

Tints of Fire Brick #BA220F

Color information

#BA220F (or 0xBA220F) is unknown color: approx Fire Brick. HEX triplet: BA, 22 and 0F. RGB value is (186,34,15). Sum of RGB (Red+Green+Blue) = 186+34+15=235 (31% of max value = 765). Red value is 186 (73.05% from 255 or 79.15% from 235); Green value is 34 (13.67% from 255 or 14.47% from 235); Blue value is 15 (6.25% from 255 or 6.38% from 235); Max value from RGB is 186 - color contains mainly: red. Hex color #BA220F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA220F is #45DDF0. Grayscale: #4D4D4D. Windows color (decimal): -4578801 or 991930. OLE color: 991930.

HSL color Cylindrical-coordinate representation of color #BA220F: hue angle of 6.67º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BA220F is Cyan = 0, Magento = 0.82, Yellow = 0.92 and Black (K on CMYK) = 0.27.

Color convert

RGB1863415-
CMYK00.820.920.27
HSL6.67º85.07%39.41%-
HSV(B)6.67º91.94%72.94%-
XYZ20.9111.621.59-
YUV77.2892.86205.54-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 79.15%
GREEN value IS 34 (13.67% from 255) = 14.47%
BLUE value IS 15 (6.25% from 255) = 6.38%
R=79.15%
G=14.47%
B=6.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.92
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186341500.820.920.276.6785.0739.41
HexBA22F0525C1B75527
Octal2724217012213433712547
Binary101110101000101111010100101011100110111111010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA220F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA220F; }

 p { color: rgb(186,34,15); }

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

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

 a { background-color: rgb(186,34,15); }

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

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

 span { border-color: rgb(186,34,15); }

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