Html Css Color HEX #BA4227 Medium Carmine

📋 copy color: '#BA4227'

red 186 ◦ green 66 ◦ blue 39

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

Shades of Medium Carmine #BA4227

Tints of Medium Carmine #BA4227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 13.4%

R = 63.92%
G = 22.68%
B = 13.4%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#BA4227 (or 0xBA4227) is known color: Medium Carmine. HEX triplet: BA, 42 and 27. RGB value is (186,66,39). Sum of RGB (Red+Green+Blue) = 186+66+39=291 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.92% from 291); Green value is 66 (26.17% from 255 or 22.68% from 291); Blue value is 39 (15.62% from 255 or 13.40% from 291); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4227 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4227 is #45BDD8. Grayscale: #636363. Windows color (decimal): -4570585 or 2572986. OLE color: 2572986.

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

Color convert

RGB 186 66 39 -
CMYK 0 0.65 0.79 0.27
HSL 11.02º 0.65% 0.44% -
HSV(B) 11.02º 0.79% 0.73% -
XYZ 22.56 14.48 3.53 -
YUV 98.8 94.26 190.2 -
System Red Green Blue C M Y K H S L
Decimal 186 66 39 0 0.65 0.79 0.27 11.02 0.65 0.44
Hex BA 42 27 0 41 4F 1B B 41 2C
Octal 272 102 47 0 101 117 33 13 101 54
Binary 10111010 1000010 100111 0 1000001 1001111 11011 1011 1000001 101100

Color Harmonies of #BA4227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4227

Black with #BA4227

Text Example


Text Example

White with #BA4227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4227; }

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

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

background-color css

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

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

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

border-color css

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

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

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