Html Css Color HEX #BA2E42 Brick Red

📋 copy color: '#BA2E42'

red 186 ◦ green 46 ◦ blue 66

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

Shades of Brick Red #BA2E42

Tints of Brick Red #BA2E42

RGB

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

 GREEN value IS 46 (18.36% from 255) = 15.44%

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

R = 62.42%
G = 15.44%
B = 22.15%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#BA2E42 (or 0xBA2E42) is known color: Brick Red. HEX triplet: BA, 2E and 42. RGB value is (186,46,66). Sum of RGB (Red+Green+Blue) = 186+46+66=298 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.42% from 298); Green value is 46 (18.36% from 255 or 15.44% from 298); Blue value is 66 (26.17% from 255 or 22.15% from 298); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2E42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2E42 is #45D1BD. Grayscale: #5A5A5A. Windows color (decimal): -4575678 or 4337338. OLE color: 4337338.

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

Color convert

RGB 186 46 66 -
CMYK 0 0.75 0.65 0.27
HSL 351.43º 0.6% 0.45% -
HSV(B) 351.43º 0.75% 0.73% -
XYZ 22.21 12.79 6.45 -
YUV 90.14 114.38 196.37 -
System Red Green Blue C M Y K H S L
Decimal 186 46 66 0 0.75 0.65 0.27 351.43 0.6 0.45
Hex BA 2E 42 0 4B 41 1B 15F 3C 2D
Octal 272 56 102 0 113 101 33 537 74 55
Binary 10111010 101110 1000010 0 1001011 1000001 11011 101011111 111100 101101

Color Harmonies of #BA2E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2E42

Black with #BA2E42

Text Example


Text Example

White with #BA2E42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2E42; }

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

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

background-color css

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

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

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

border-color css

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

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

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