Html Css Color HEX #BA4225 Medium Carmine

📋 copy color: '#BA4225'

red 186 ◦ green 66 ◦ blue 37

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

Shades of Medium Carmine #BA4225

Tints of Medium Carmine #BA4225

RGB

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

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

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

R = 64.36%
G = 22.84%
B = 12.8%

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

#BA4225 (or 0xBA4225) is known color: Medium Carmine. HEX triplet: BA, 42 and 25. RGB value is (186,66,37). Sum of RGB (Red+Green+Blue) = 186+66+37=289 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.36% from 289); Green value is 66 (26.17% from 255 or 22.84% from 289); Blue value is 37 (14.84% from 255 or 12.80% from 289); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4225 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4225 is #45BDDA. Grayscale: #626262. Windows color (decimal): -4570587 or 2441914. OLE color: 2441914.

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

Color convert

RGB 186 66 37 -
CMYK 0 0.65 0.80 0.27
HSL 11.68º 0.67% 0.44% -
HSV(B) 11.68º 0.8% 0.73% -
XYZ 22.53 14.47 3.36 -
YUV 98.57 93.26 190.36 -
System Red Green Blue C M Y K H S L
Decimal 186 66 37 0 0.65 0.80 0.27 11.68 0.67 0.44
Hex BA 42 25 0 41 50 1B C 43 2C
Octal 272 102 45 0 101 120 33 14 103 54
Binary 10111010 1000010 100101 0 1000001 1010000 11011 1100 1000011 101100

Color Harmonies of #BA4225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4225

Black with #BA4225

Text Example


Text Example

White with #BA4225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4225; }

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

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

background-color css

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

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

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

border-color css

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

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

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