Html Css Color HEX #BA453C Medium Carmine

📋 copy color: '#BA453C'

red 186 ◦ green 69 ◦ blue 60

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

Shades of Medium Carmine #BA453C

Tints of Medium Carmine #BA453C

RGB

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

 GREEN value IS 69 (27.34% from 255) = 21.9%

 BLUE value IS 60 (23.83% from 255) = 19.05%

R = 59.05%
G = 21.9%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#BA453C (or 0xBA453C) is known color: Medium Carmine. HEX triplet: BA, 45 and 3C. RGB value is (186,69,60). Sum of RGB (Red+Green+Blue) = 186+69+60=315 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.05% from 315); Green value is 69 (27.34% from 255 or 21.90% from 315); Blue value is 60 (23.83% from 255 or 19.05% from 315); Max value from RGB is 186 - color contains mainly: red. Hex color #BA453C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA453C is #45BAC3. Grayscale: #676767. Windows color (decimal): -4569796 or 3950010. OLE color: 3950010.

HSL color Cylindrical-coordinate representation of color #BA453C: hue angle of 4.29º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BA453C is Cyan = 0, Magento = 0.63, Yellow = 0.68 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 69 60 -
CMYK 0 0.63 0.68 0.27
HSL 4.29º 0.51% 0.48% -
HSV(B) 4.29º 0.68% 0.73% -
XYZ 23.19 15.02 5.95 -
YUV 102.96 103.76 187.23 -
System Red Green Blue C M Y K H S L
Decimal 186 69 60 0 0.63 0.68 0.27 4.29 0.51 0.48
Hex BA 45 3C 0 3F 44 1B 4 33 30
Octal 272 105 74 0 77 104 33 4 63 60
Binary 10111010 1000101 111100 0 111111 1000100 11011 100 110011 110000

Color Harmonies of #BA453C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA453C

Black with #BA453C

Text Example


Text Example

White with #BA453C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA453C; }

 p { color: rgb(186,69,60); }

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

background-color css

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

 a { background-color: rgb(186,69,60); }

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

border-color css

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

 span { border-color: rgb(186,69,60); }

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