Html Css Color HEX #BA3C32 Medium Carmine

📋 copy color: '#BA3C32'

red 186 ◦ green 60 ◦ blue 50

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

Shades of Medium Carmine #BA3C32

Tints of Medium Carmine #BA3C32

RGB

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

 GREEN value IS 60 (23.83% from 255) = 20.27%

 BLUE value IS 50 (19.92% from 255) = 16.89%

R = 62.84%
G = 20.27%
B = 16.89%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#BA3C32 (or 0xBA3C32) is known color: Medium Carmine. HEX triplet: BA, 3C and 32. RGB value is (186,60,50). Sum of RGB (Red+Green+Blue) = 186+60+50=296 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.84% from 296); Green value is 60 (23.83% from 255 or 20.27% from 296); Blue value is 50 (19.92% from 255 or 16.89% from 296); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3C32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3C32 is #45C3CD. Grayscale: #606060. Windows color (decimal): -4572110 or 3292346. OLE color: 3292346.

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

Color convert

RGB 186 60 50 -
CMYK 0 0.68 0.73 0.27
HSL 4.41º 0.58% 0.46% -
HSV(B) 4.41º 0.73% 0.73% -
XYZ 22.44 13.9 4.52 -
YUV 96.53 101.74 191.81 -
System Red Green Blue C M Y K H S L
Decimal 186 60 50 0 0.68 0.73 0.27 4.41 0.58 0.46
Hex BA 3C 32 0 44 49 1B 4 3A 2E
Octal 272 74 62 0 104 111 33 4 72 56
Binary 10111010 111100 110010 0 1000100 1001001 11011 100 111010 101110

Color Harmonies of #BA3C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3C32

Black with #BA3C32

Text Example


Text Example

White with #BA3C32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3C32; }

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

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

background-color css

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

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

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

border-color css

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

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

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