Html Css Color HEX #BA2C42 Brick Red

📋 copy color: '#BA2C42'

red 186 ◦ green 44 ◦ blue 66

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

Shades of Brick Red #BA2C42

Tints of Brick Red #BA2C42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 22.3%

R = 62.84%
G = 14.86%
B = 22.3%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#BA2C42 (or 0xBA2C42) is known color: Brick Red. HEX triplet: BA, 2C and 42. RGB value is (186,44,66). Sum of RGB (Red+Green+Blue) = 186+44+66=296 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.84% from 296); Green value is 44 (17.58% from 255 or 14.86% from 296); Blue value is 66 (26.17% from 255 or 22.30% from 296); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2C42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2C42 is #45D3BD. Grayscale: #595959. Windows color (decimal): -4576190 or 4336826. OLE color: 4336826.

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

Color convert

RGB 186 44 66 -
CMYK 0 0.76 0.65 0.27
HSL 350.7º 0.62% 0.45% -
HSV(B) 350.7º 0.76% 0.73% -
XYZ 22.13 12.63 6.43 -
YUV 88.97 115.04 197.21 -
System Red Green Blue C M Y K H S L
Decimal 186 44 66 0 0.76 0.65 0.27 350.7 0.62 0.45
Hex BA 2C 42 0 4C 41 1B 15F 3E 2D
Octal 272 54 102 0 114 101 33 537 76 55
Binary 10111010 101100 1000010 0 1001100 1000001 11011 101011111 111110 101101

Color Harmonies of #BA2C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2C42

Black with #BA2C42

Text Example


Text Example

White with #BA2C42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2C42; }

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

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

background-color css

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

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

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

border-color css

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

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

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