Html Css Color HEX #BA4024 Medium Carmine

📋 copy color: '#BA4024'

red 186 ◦ green 64 ◦ blue 36

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

Shades of Medium Carmine #BA4024

Tints of Medium Carmine #BA4024

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 12.59%

R = 65.03%
G = 22.38%
B = 12.59%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#BA4024 (or 0xBA4024) is known color: Medium Carmine. HEX triplet: BA, 40 and 24. RGB value is (186,64,36). Sum of RGB (Red+Green+Blue) = 186+64+36=286 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.03% from 286); Green value is 64 (25.39% from 255 or 22.38% from 286); Blue value is 36 (14.45% from 255 or 12.59% from 286); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4024 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4024 is #45BFDB. Grayscale: #616161. Windows color (decimal): -4571100 or 2375866. OLE color: 2375866.

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

Color convert

RGB 186 64 36 -
CMYK 0 0.66 0.81 0.27
HSL 11.2º 0.68% 0.44% -
HSV(B) 11.2º 0.81% 0.73% -
XYZ 22.4 14.23 3.24 -
YUV 97.29 93.42 191.28 -
System Red Green Blue C M Y K H S L
Decimal 186 64 36 0 0.66 0.81 0.27 11.2 0.68 0.44
Hex BA 40 24 0 42 51 1B B 44 2C
Octal 272 100 44 0 102 121 33 13 104 54
Binary 10111010 1000000 100100 0 1000010 1010001 11011 1011 1000100 101100

Color Harmonies of #BA4024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4024

Black with #BA4024

Text Example


Text Example

White with #BA4024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4024; }

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

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

background-color css

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

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

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

border-color css

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

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

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