Html Css Color HEX #BA3F24 Medium Carmine

📋 copy color: '#BA3F24'

red 186 ◦ green 63 ◦ blue 36

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

Shades of Medium Carmine #BA3F24

Tints of Medium Carmine #BA3F24

RGB

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

 GREEN value IS 63 (25% from 255) = 22.11%

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

R = 65.26%
G = 22.11%
B = 12.63%

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

#BA3F24 (or 0xBA3F24) is known color: Medium Carmine. HEX triplet: BA, 3F and 24. RGB value is (186,63,36). Sum of RGB (Red+Green+Blue) = 186+63+36=285 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.26% from 285); Green value is 63 (25% from 255 or 22.11% from 285); Blue value is 36 (14.45% from 255 or 12.63% from 285); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3F24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3F24 is #45C0DB. Grayscale: #606060. Windows color (decimal): -4571356 or 2375610. OLE color: 2375610.

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

Color convert

RGB 186 63 36 -
CMYK 0 0.66 0.81 0.27
HSL 10.8º 0.68% 0.44% -
HSV(B) 10.8º 0.81% 0.73% -
XYZ 22.35 14.12 3.22 -
YUV 96.7 93.75 191.7 -
System Red Green Blue C M Y K H S L
Decimal 186 63 36 0 0.66 0.81 0.27 10.8 0.68 0.44
Hex BA 3F 24 0 42 51 1B B 44 2C
Octal 272 77 44 0 102 121 33 13 104 54
Binary 10111010 111111 100100 0 1000010 1010001 11011 1011 1000100 101100

Color Harmonies of #BA3F24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3F24

Black with #BA3F24

Text Example


Text Example

White with #BA3F24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3F24; }

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

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

background-color css

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

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

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

border-color css

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

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

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