Html Css Color HEX #BA4231 Medium Carmine

📋 copy color: '#BA4231'

red 186 ◦ green 66 ◦ blue 49

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

Shades of Medium Carmine #BA4231

Tints of Medium Carmine #BA4231

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.93%

 BLUE value IS 49 (19.53% from 255) = 16.28%

R = 61.79%
G = 21.93%
B = 16.28%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#BA4231 (or 0xBA4231) is known color: Medium Carmine. HEX triplet: BA, 42 and 31. RGB value is (186,66,49). Sum of RGB (Red+Green+Blue) = 186+66+49=301 (39% of max value = 765). Red value is 186 (73.05% from 255 or 61.79% from 301); Green value is 66 (26.17% from 255 or 21.93% from 301); Blue value is 49 (19.53% from 255 or 16.28% from 301); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4231 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4231 is #45BDCE. Grayscale: #646464. Windows color (decimal): -4570575 or 3228346. OLE color: 3228346.

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

Color convert

RGB 186 66 49 -
CMYK 0 0.65 0.74 0.27
HSL 7.45º 0.58% 0.46% -
HSV(B) 7.45º 0.74% 0.73% -
XYZ 22.75 14.56 4.52 -
YUV 99.94 99.26 189.38 -
System Red Green Blue C M Y K H S L
Decimal 186 66 49 0 0.65 0.74 0.27 7.45 0.58 0.46
Hex BA 42 31 0 41 4A 1B 7 3A 2E
Octal 272 102 61 0 101 112 33 7 72 56
Binary 10111010 1000010 110001 0 1000001 1001010 11011 111 111010 101110

Color Harmonies of #BA4231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4231

Black with #BA4231

Text Example


Text Example

White with #BA4231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4231; }

 p { color: rgb(186,66,49); }

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

background-color css

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

 a { background-color: rgb(186,66,49); }

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

border-color css

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

 span { border-color: rgb(186,66,49); }

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