Html Css Color HEX #BA2B39 Brick Red

📋 copy color: '#BA2B39'

red 186 ◦ green 43 ◦ blue 57

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

Shades of Brick Red #BA2B39

Tints of Brick Red #BA2B39

RGB

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

 GREEN value IS 43 (17.19% from 255) = 15.03%

 BLUE value IS 57 (22.66% from 255) = 19.93%

R = 65.03%
G = 15.03%
B = 19.93%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#BA2B39 (or 0xBA2B39) is known color: Brick Red. HEX triplet: BA, 2B and 39. RGB value is (186,43,57). Sum of RGB (Red+Green+Blue) = 186+43+57=286 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.03% from 286); Green value is 43 (17.19% from 255 or 15.03% from 286); Blue value is 57 (22.66% from 255 or 19.93% from 286); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2B39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2B39 is #45D4C6. Grayscale: #575757. Windows color (decimal): -4576455 or 3746746. OLE color: 3746746.

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

Color convert

RGB 186 43 57 -
CMYK 0 0.77 0.69 0.27
HSL 354.13º 0.62% 0.45% -
HSV(B) 354.13º 0.77% 0.73% -
XYZ 21.85 12.46 5.12 -
YUV 87.35 110.88 198.36 -
System Red Green Blue C M Y K H S L
Decimal 186 43 57 0 0.77 0.69 0.27 354.13 0.62 0.45
Hex BA 2B 39 0 4D 45 1B 162 3E 2D
Octal 272 53 71 0 115 105 33 542 76 55
Binary 10111010 101011 111001 0 1001101 1000101 11011 101100010 111110 101101

Color Harmonies of #BA2B39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2B39

Black with #BA2B39

Text Example


Text Example

White with #BA2B39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2B39; }

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

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

background-color css

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

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

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

border-color css

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

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

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