Html Css Color HEX #BA4025 Medium Carmine

📋 copy color: '#BA4025'

red 186 ◦ green 64 ◦ blue 37

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

Shades of Medium Carmine #BA4025

Tints of Medium Carmine #BA4025

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.3%

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

R = 64.81%
G = 22.3%
B = 12.89%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#BA4025 (or 0xBA4025) is known color: Medium Carmine. HEX triplet: BA, 40 and 25. RGB value is (186,64,37). Sum of RGB (Red+Green+Blue) = 186+64+37=287 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.81% from 287); Green value is 64 (25.39% from 255 or 22.30% from 287); Blue value is 37 (14.84% from 255 or 12.89% from 287); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4025 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4025 is #45BFDA. Grayscale: #616161. Windows color (decimal): -4571099 or 2441402. OLE color: 2441402.

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

Color convert

RGB 186 64 37 -
CMYK 0 0.66 0.80 0.27
HSL 10.87º 0.67% 0.44% -
HSV(B) 10.87º 0.8% 0.73% -
XYZ 22.42 14.24 3.32 -
YUV 97.4 93.92 191.2 -
System Red Green Blue C M Y K H S L
Decimal 186 64 37 0 0.66 0.80 0.27 10.87 0.67 0.44
Hex BA 40 25 0 42 50 1B B 43 2C
Octal 272 100 45 0 102 120 33 13 103 54
Binary 10111010 1000000 100101 0 1000010 1010000 11011 1011 1000011 101100

Color Harmonies of #BA4025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4025

Black with #BA4025

Text Example


Text Example

White with #BA4025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4025; }

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

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

background-color css

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

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

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

border-color css

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

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

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