Html Css Color HEX #BA3240 Brick Red

📋 copy color: '#BA3240'

red 186 ◦ green 50 ◦ blue 64

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

Shades of Brick Red #BA3240

Tints of Brick Red #BA3240

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 21.33%

R = 62%
G = 16.67%
B = 21.33%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BA3240 (or 0xBA3240) is known color: Brick Red. HEX triplet: BA, 32 and 40. RGB value is (186,50,64). Sum of RGB (Red+Green+Blue) = 186+50+64=300 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62% from 300); Green value is 50 (19.92% from 255 or 16.67% from 300); Blue value is 64 (25.39% from 255 or 21.33% from 300); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3240 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3240 is #45CDBF. Grayscale: #5C5C5C. Windows color (decimal): -4574656 or 4207290. OLE color: 4207290.

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

Color convert

RGB 186 50 64 -
CMYK 0 0.73 0.66 0.27
HSL 353.82º 0.58% 0.46% -
HSV(B) 353.82º 0.73% 0.73% -
XYZ 22.32 13.09 6.2 -
YUV 92.26 112.06 194.86 -
System Red Green Blue C M Y K H S L
Decimal 186 50 64 0 0.73 0.66 0.27 353.82 0.58 0.46
Hex BA 32 40 0 49 42 1B 162 3A 2E
Octal 272 62 100 0 111 102 33 542 72 56
Binary 10111010 110010 1000000 0 1001001 1000010 11011 101100010 111010 101110

Color Harmonies of #BA3240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3240

Black with #BA3240

Text Example


Text Example

White with #BA3240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3240; }

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

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

background-color css

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

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

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

border-color css

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

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

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