Html Css Color HEX #BA2C3C Brick Red

📋 copy color: '#BA2C3C'

red 186 ◦ green 44 ◦ blue 60

#BA2C3C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brick Red #BA2C3C

Tints of Brick Red #BA2C3C

RGB

 RED value IS 186 (73.05% from 255) = 64.14%

 GREEN value IS 44 (17.58% from 255) = 15.17%

 BLUE value IS 60 (23.83% from 255) = 20.69%

R = 64.14%
G = 15.17%
B = 20.69%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#BA2C3C (or 0xBA2C3C) is known color: Brick Red. HEX triplet: BA, 2C and 3C. RGB value is (186,44,60). Sum of RGB (Red+Green+Blue) = 186+44+60=290 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.14% from 290); Green value is 44 (17.58% from 255 or 15.17% from 290); Blue value is 60 (23.83% from 255 or 20.69% from 290); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2C3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2C3C is #45D3C3. Grayscale: #585858. Windows color (decimal): -4576196 or 3943610. OLE color: 3943610.

HSL color Cylindrical-coordinate representation of color #BA2C3C: hue angle of 353.24º 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 #BA2C3C is Cyan = 0, Magento = 0.76, Yellow = 0.68 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 44 60 -
CMYK 0 0.76 0.68 0.27
HSL 353.24º 0.62% 0.45% -
HSV(B) 353.24º 0.76% 0.73% -
XYZ 21.97 12.57 5.54 -
YUV 88.28 112.04 197.7 -
System Red Green Blue C M Y K H S L
Decimal 186 44 60 0 0.76 0.68 0.27 353.24 0.62 0.45
Hex BA 2C 3C 0 4C 44 1B 161 3E 2D
Octal 272 54 74 0 114 104 33 541 76 55
Binary 10111010 101100 111100 0 1001100 1000100 11011 101100001 111110 101101

Color Harmonies of #BA2C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2C3C

Black with #BA2C3C

Text Example


Text Example

White with #BA2C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2C3C; }

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

 H1.HeaderClassName
 {
   color: #BA2C3C;
 }
 .AnyTagClassName
 {
   color: #BA2C3C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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