Html Css Color HEX #BA3429 Medium Carmine

📋 copy color: '#BA3429'

red 186 ◦ green 52 ◦ blue 41

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

Shades of Medium Carmine #BA3429

Tints of Medium Carmine #BA3429

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.64%

 BLUE value IS 41 (16.41% from 255) = 14.7%

R = 66.67%
G = 18.64%
B = 14.7%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#BA3429 (or 0xBA3429) is known color: Medium Carmine. HEX triplet: BA, 34 and 29. RGB value is (186,52,41). Sum of RGB (Red+Green+Blue) = 186+52+41=279 (36% of max value = 765). Red value is 186 (73.05% from 255 or 66.67% from 279); Green value is 52 (20.70% from 255 or 18.64% from 279); Blue value is 41 (16.41% from 255 or 14.70% from 279); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3429 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3429 is #45CBD6. Grayscale: #5A5A5A. Windows color (decimal): -4574167 or 2700474. OLE color: 2700474.

HSL color Cylindrical-coordinate representation of color #BA3429: hue angle of 4.55º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BA3429 is Cyan = 0, Magento = 0.72, Yellow = 0.78 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 52 41 -
CMYK 0 0.72 0.78 0.27
HSL 4.55º 0.64% 0.45% -
HSV(B) 4.55º 0.78% 0.73% -
XYZ 21.88 13.06 3.46 -
YUV 90.81 99.89 195.89 -
System Red Green Blue C M Y K H S L
Decimal 186 52 41 0 0.72 0.78 0.27 4.55 0.64 0.45
Hex BA 34 29 0 48 4E 1B 5 40 2D
Octal 272 64 51 0 110 116 33 5 100 55
Binary 10111010 110100 101001 0 1001000 1001110 11011 101 1000000 101101

Color Harmonies of #BA3429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3429

Black with #BA3429

Text Example


Text Example

White with #BA3429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3429; }

 p { color: rgb(186,52,41); }

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

background-color css

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

 a { background-color: rgb(186,52,41); }

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

border-color css

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

 span { border-color: rgb(186,52,41); }

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