#BA2C3E

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

Shades of Brick Red #BA2C3E

Tints of Brick Red #BA2C3E

Color information

#BA2C3E (or 0xBA2C3E) is unknown color: approx Brick Red. HEX triplet: BA, 2C and 3E. RGB value is (186,44,62). Sum of RGB (Red+Green+Blue) = 186+44+62=292 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.70% from 292); Green value is 44 (17.58% from 255 or 15.07% from 292); Blue value is 62 (24.61% from 255 or 21.23% from 292); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2C3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2C3E is #45D3C1. Grayscale: #585858. Windows color (decimal): -4576194 or 4074682. OLE color: 4074682.

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

Color convert

RGB1864462-
CMYK00.760.670.27
HSL352.39º61.74%45.1%-
HSV(B)352.39º76.34%72.94%-
XYZ22.0212.595.83-
YUV88.51113.04197.54-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 63.70%
GREEN value IS 44 (17.58% from 255) = 15.07%
BLUE value IS 62 (24.61% from 255) = 21.23%
R=63.70%
G=15.07%
B=21.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.67
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186446200.760.670.27352.3961.7445.1
HexBA2C3E04C431B1603e2d
Octal27254760114103335407655
Binary1011101010110011111001001100100001111011101100000111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2C3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2C3E; }

 p { color: rgb(186,44,62); }

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

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

 a { background-color: rgb(186,44,62); }

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

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

 span { border-color: rgb(186,44,62); }

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