Html Css Color HEX #BA3B24 Medium Carmine

📋 copy color: '#BA3B24'

red 186 ◦ green 59 ◦ blue 36

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

Shades of Medium Carmine #BA3B24

Tints of Medium Carmine #BA3B24

RGB

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

 GREEN value IS 59 (23.44% from 255) = 21%

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

R = 66.19%
G = 21%
B = 12.81%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#BA3B24 (or 0xBA3B24) is known color: Medium Carmine. HEX triplet: BA, 3B and 24. RGB value is (186,59,36). Sum of RGB (Red+Green+Blue) = 186+59+36=281 (37% of max value = 765). Red value is 186 (73.05% from 255 or 66.19% from 281); Green value is 59 (23.44% from 255 or 21.00% from 281); Blue value is 36 (14.45% from 255 or 12.81% from 281); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3B24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3B24 is #45C4DB. Grayscale: #5E5E5E. Windows color (decimal): -4572380 or 2374586. OLE color: 2374586.

HSL color Cylindrical-coordinate representation of color #BA3B24: hue angle of 9.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 #BA3B24 is Cyan = 0, Magento = 0.68, Yellow = 0.81 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 59 36 -
CMYK 0 0.68 0.81 0.27
HSL 9.2º 0.68% 0.44% -
HSV(B) 9.2º 0.81% 0.73% -
XYZ 22.13 13.69 3.15 -
YUV 94.35 95.08 193.37 -
System Red Green Blue C M Y K H S L
Decimal 186 59 36 0 0.68 0.81 0.27 9.2 0.68 0.44
Hex BA 3B 24 0 44 51 1B 9 44 2C
Octal 272 73 44 0 104 121 33 11 104 54
Binary 10111010 111011 100100 0 1000100 1010001 11011 1001 1000100 101100

Color Harmonies of #BA3B24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3B24

Black with #BA3B24

Text Example


Text Example

White with #BA3B24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3B24; }

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

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

background-color css

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

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

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

border-color css

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

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

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