#BA302A

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

Shades of Fire Brick #BA302A

Tints of Fire Brick #BA302A

Color information

#BA302A (or 0xBA302A) is unknown color: approx Fire Brick. HEX triplet: BA, 30 and 2A. RGB value is (186,48,42). Sum of RGB (Red+Green+Blue) = 186+48+42=276 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.39% from 276); Green value is 48 (19.14% from 255 or 17.39% from 276); Blue value is 42 (16.80% from 255 or 15.22% from 276); Max value from RGB is 186 - color contains mainly: red. Hex color #BA302A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA302A is #45CFD5. Grayscale: #585858. Windows color (decimal): -4575190 or 2764986. OLE color: 2764986.

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

Color convert

RGB1864842-
CMYK00.740.770.27
HSL2.5º63.16%44.71%-
HSV(B)2.5º77.42%72.94%-
XYZ21.7212.723.5-
YUV88.58101.72197.49-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 67.39%
GREEN value IS 48 (19.14% from 255) = 17.39%
BLUE value IS 42 (16.80% from 255) = 15.22%
R=67.39%
G=17.39%
B=15.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.77
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186484200.740.770.272.563.1644.71
HexBA302A04A4D1B33f2d
Octal272605201121153337755
Binary101110101100001010100100101010011011101111111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA302A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA302A; }

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

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

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

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

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

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

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

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