Html Css Color HEX #BA3243 Brick Red

📋 copy color: '#BA3243'

red 186 ◦ green 50 ◦ blue 67

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

Shades of Brick Red #BA3243

Tints of Brick Red #BA3243

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 22.11%

R = 61.39%
G = 16.5%
B = 22.11%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.64

 K value IS 0.27

RGB Variations

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

Color information

#BA3243 (or 0xBA3243) is known color: Brick Red. HEX triplet: BA, 32 and 43. RGB value is (186,50,67). Sum of RGB (Red+Green+Blue) = 186+50+67=303 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.39% from 303); Green value is 50 (19.92% from 255 or 16.50% from 303); Blue value is 67 (26.56% from 255 or 22.11% from 303); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3243 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3243 is #45CDBC. Grayscale: #5C5C5C. Windows color (decimal): -4574653 or 4403898. OLE color: 4403898.

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

Color convert

RGB 186 50 67 -
CMYK 0 0.73 0.64 0.27
HSL 352.5º 0.58% 0.46% -
HSV(B) 352.5º 0.73% 0.73% -
XYZ 22.4 13.13 6.66 -
YUV 92.6 113.56 194.62 -
System Red Green Blue C M Y K H S L
Decimal 186 50 67 0 0.73 0.64 0.27 352.5 0.58 0.46
Hex BA 32 43 0 49 40 1B 160 3A 2E
Octal 272 62 103 0 111 100 33 540 72 56
Binary 10111010 110010 1000011 0 1001001 1000000 11011 101100000 111010 101110

Color Harmonies of #BA3243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3243

Black with #BA3243

Text Example


Text Example

White with #BA3243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3243; }

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

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

background-color css

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

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

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

border-color css

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

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

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