Html Css Color HEX #BA3241 Brick Red

📋 copy color: '#BA3241'

red 186 ◦ green 50 ◦ blue 65

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

Shades of Brick Red #BA3241

Tints of Brick Red #BA3241

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.61%

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

R = 61.79%
G = 16.61%
B = 21.59%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#BA3241 (or 0xBA3241) is known color: Brick Red. HEX triplet: BA, 32 and 41. RGB value is (186,50,65). Sum of RGB (Red+Green+Blue) = 186+50+65=301 (39% of max value = 765). Red value is 186 (73.05% from 255 or 61.79% from 301); Green value is 50 (19.92% from 255 or 16.61% from 301); Blue value is 65 (25.78% from 255 or 21.59% from 301); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3241 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3241 is #45CDBE. Grayscale: #5C5C5C. Windows color (decimal): -4574655 or 4272826. OLE color: 4272826.

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

Color convert

RGB 186 50 65 -
CMYK 0 0.73 0.65 0.27
HSL 353.38º 0.58% 0.46% -
HSV(B) 353.38º 0.73% 0.73% -
XYZ 22.34 13.1 6.35 -
YUV 92.37 112.56 194.78 -
System Red Green Blue C M Y K H S L
Decimal 186 50 65 0 0.73 0.65 0.27 353.38 0.58 0.46
Hex BA 32 41 0 49 41 1B 161 3A 2E
Octal 272 62 101 0 111 101 33 541 72 56
Binary 10111010 110010 1000001 0 1001001 1000001 11011 101100001 111010 101110

Color Harmonies of #BA3241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3241

Black with #BA3241

Text Example


Text Example

White with #BA3241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3241; }

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

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

background-color css

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

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

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

border-color css

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

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

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