Html Css Color HEX #BA4332 Medium Carmine

📋 copy color: '#BA4332'

red 186 ◦ green 67 ◦ blue 50

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

Shades of Medium Carmine #BA4332

Tints of Medium Carmine #BA4332

RGB

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

 GREEN value IS 67 (26.56% from 255) = 22.11%

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

R = 61.39%
G = 22.11%
B = 16.5%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#BA4332 (or 0xBA4332) is known color: Medium Carmine. HEX triplet: BA, 43 and 32. RGB value is (186,67,50). Sum of RGB (Red+Green+Blue) = 186+67+50=303 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.39% from 303); Green value is 67 (26.56% from 255 or 22.11% from 303); Blue value is 50 (19.92% from 255 or 16.50% from 303); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4332 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4332 is #45BCCD. Grayscale: #646464. Windows color (decimal): -4570318 or 3294138. OLE color: 3294138.

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

Color convert

RGB 186 67 50 -
CMYK 0 0.64 0.73 0.27
HSL 7.5º 0.58% 0.46% -
HSV(B) 7.5º 0.73% 0.73% -
XYZ 22.83 14.68 4.65 -
YUV 100.64 99.42 188.88 -
System Red Green Blue C M Y K H S L
Decimal 186 67 50 0 0.64 0.73 0.27 7.5 0.58 0.46
Hex BA 43 32 0 40 49 1B 8 3A 2E
Octal 272 103 62 0 100 111 33 10 72 56
Binary 10111010 1000011 110010 0 1000000 1001001 11011 1000 111010 101110

Color Harmonies of #BA4332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4332

Black with #BA4332

Text Example


Text Example

White with #BA4332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4332; }

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

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

background-color css

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

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

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

border-color css

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

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

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