Html Css Color HEX #BA3A28 Medium Carmine

📋 copy color: '#BA3A28'

red 186 ◦ green 58 ◦ blue 40

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

Shades of Medium Carmine #BA3A28

Tints of Medium Carmine #BA3A28

RGB

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

 GREEN value IS 58 (23.05% from 255) = 20.42%

 BLUE value IS 40 (16.02% from 255) = 14.08%

R = 65.49%
G = 20.42%
B = 14.08%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#BA3A28 (or 0xBA3A28) is known color: Medium Carmine. HEX triplet: BA, 3A and 28. RGB value is (186,58,40). Sum of RGB (Red+Green+Blue) = 186+58+40=284 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.49% from 284); Green value is 58 (23.05% from 255 or 20.42% from 284); Blue value is 40 (16.02% from 255 or 14.08% from 284); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3A28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3A28 is #45C5D7. Grayscale: #5E5E5E. Windows color (decimal): -4572632 or 2636474. OLE color: 2636474.

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

Color convert

RGB 186 58 40 -
CMYK 0 0.69 0.78 0.27
HSL 7.4º 0.65% 0.44% -
HSV(B) 7.4º 0.78% 0.73% -
XYZ 22.15 13.62 3.47 -
YUV 94.22 97.41 193.46 -
System Red Green Blue C M Y K H S L
Decimal 186 58 40 0 0.69 0.78 0.27 7.4 0.65 0.44
Hex BA 3A 28 0 45 4E 1B 7 41 2C
Octal 272 72 50 0 105 116 33 7 101 54
Binary 10111010 111010 101000 0 1000101 1001110 11011 111 1000001 101100

Color Harmonies of #BA3A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3A28

Black with #BA3A28

Text Example


Text Example

White with #BA3A28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3A28; }

 p { color: rgb(186,58,40); }

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

background-color css

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

 a { background-color: rgb(186,58,40); }

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

border-color css

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

 span { border-color: rgb(186,58,40); }

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