Html Css Color HEX #BA2741 Brick Red

📋 copy color: '#BA2741'

red 186 ◦ green 39 ◦ blue 65

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

Shades of Brick Red #BA2741

Tints of Brick Red #BA2741

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.45%

 BLUE value IS 65 (25.78% from 255) = 22.41%

R = 64.14%
G = 13.45%
B = 22.41%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#BA2741 (or 0xBA2741) is known color: Brick Red. HEX triplet: BA, 27 and 41. RGB value is (186,39,65). Sum of RGB (Red+Green+Blue) = 186+39+65=290 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.14% from 290); Green value is 39 (15.62% from 255 or 13.45% from 290); Blue value is 65 (25.78% from 255 or 22.41% from 290); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2741 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2741 is #45D8BE. Grayscale: #555555. Windows color (decimal): -4577471 or 4270010. OLE color: 4270010.

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

Color convert

RGB 186 39 65 -
CMYK 0 0.79 0.65 0.27
HSL 349.39º 0.65% 0.44% -
HSV(B) 349.39º 0.79% 0.73% -
XYZ 21.93 12.27 6.21 -
YUV 85.92 116.2 199.39 -
System Red Green Blue C M Y K H S L
Decimal 186 39 65 0 0.79 0.65 0.27 349.39 0.65 0.44
Hex BA 27 41 0 4F 41 1B 15D 41 2C
Octal 272 47 101 0 117 101 33 535 101 54
Binary 10111010 100111 1000001 0 1001111 1000001 11011 101011101 1000001 101100

Color Harmonies of #BA2741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2741

Black with #BA2741

Text Example


Text Example

White with #BA2741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2741; }

 p { color: rgb(186,39,65); }

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

background-color css

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

 a { background-color: rgb(186,39,65); }

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

border-color css

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

 span { border-color: rgb(186,39,65); }

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