#BA302B

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

Shades of Fire Brick #BA302B

Tints of Fire Brick #BA302B

Color information

#BA302B (or 0xBA302B) is unknown color: approx Fire Brick. HEX triplet: BA, 30 and 2B. RGB value is (186,48,43). Sum of RGB (Red+Green+Blue) = 186+48+43=277 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.15% from 277); Green value is 48 (19.14% from 255 or 17.33% from 277); Blue value is 43 (17.19% from 255 or 15.52% from 277); Max value from RGB is 186 - color contains mainly: red. Hex color #BA302B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA302B is #45CFD4. Grayscale: #585858. Windows color (decimal): -4575189 or 2830522. OLE color: 2830522.

HSL color Cylindrical-coordinate representation of color #BA302B: hue angle of 2.1º degrees, saturation: 0.62, 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 #BA302B is Cyan = 0, Magento = 0.74, Yellow = 0.77 and Black (K on CMYK) = 0.27.

Color convert

RGB1864843-
CMYK00.740.770.27
HSL2.1º62.45%44.9%-
HSV(B)2.1º76.88%72.94%-
XYZ21.7412.733.6-
YUV88.69102.22197.41-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 67.15%
GREEN value IS 48 (19.14% from 255) = 17.33%
BLUE value IS 43 (17.19% from 255) = 15.52%
R=67.15%
G=17.33%
B=15.52%

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
Decimal186484300.740.770.272.162.4544.9
HexBA302B04A4D1B23e2d
Octal272605301121153327655
Binary101110101100001010110100101010011011101110111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA302B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA302B; }

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

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

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

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

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

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

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

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