Html Css Color HEX #BA4125 Medium Carmine

📋 copy color: '#BA4125'

red 186 ◦ green 65 ◦ blue 37

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

Shades of Medium Carmine #BA4125

Tints of Medium Carmine #BA4125

RGB

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

 GREEN value IS 65 (25.78% from 255) = 22.57%

 BLUE value IS 37 (14.84% from 255) = 12.85%

R = 64.58%
G = 22.57%
B = 12.85%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#BA4125 (or 0xBA4125) is known color: Medium Carmine. HEX triplet: BA, 41 and 25. RGB value is (186,65,37). Sum of RGB (Red+Green+Blue) = 186+65+37=288 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.58% from 288); Green value is 65 (25.78% from 255 or 22.57% from 288); Blue value is 37 (14.84% from 255 or 12.85% from 288); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4125 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4125 is #45BEDA. Grayscale: #626262. Windows color (decimal): -4570843 or 2441658. OLE color: 2441658.

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

Color convert

RGB 186 65 37 -
CMYK 0 0.65 0.80 0.27
HSL 11.28º 0.67% 0.44% -
HSV(B) 11.28º 0.8% 0.73% -
XYZ 22.47 14.35 3.34 -
YUV 97.99 93.59 190.78 -
System Red Green Blue C M Y K H S L
Decimal 186 65 37 0 0.65 0.80 0.27 11.28 0.67 0.44
Hex BA 41 25 0 41 50 1B B 43 2C
Octal 272 101 45 0 101 120 33 13 103 54
Binary 10111010 1000001 100101 0 1000001 1010000 11011 1011 1000011 101100

Color Harmonies of #BA4125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4125

Black with #BA4125

Text Example


Text Example

White with #BA4125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4125; }

 p { color: rgb(186,65,37); }

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

background-color css

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

 a { background-color: rgb(186,65,37); }

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

border-color css

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

 span { border-color: rgb(186,65,37); }

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