Html Css Color HEX #BA3636 Medium Carmine

📋 copy color: '#BA3636'

red 186 ◦ green 54 ◦ blue 54

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

Shades of Medium Carmine #BA3636

Tints of Medium Carmine #BA3636

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.37%

 BLUE value IS 54 (21.48% from 255) = 18.37%

R = 63.27%
G = 18.37%
B = 18.37%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#BA3636 (or 0xBA3636) is known color: Medium Carmine. HEX triplet: BA, 36 and 36. RGB value is (186,54,54). Sum of RGB (Red+Green+Blue) = 186+54+54=294 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.27% from 294); Green value is 54 (21.48% from 255 or 18.37% from 294); Blue value is 54 (21.48% from 255 or 18.37% from 294); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3636 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3636 is #45C9C9. Grayscale: #5D5D5D. Windows color (decimal): -4573642 or 3552954. OLE color: 3552954.

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

Color convert

RGB 186 54 54 -
CMYK 0 0.71 0.71 0.27
HSL 0.55% 0.47% -
HSV(B) 0.71% 0.73% -
XYZ 22.23 13.34 4.89 -
YUV 93.47 105.73 194 -
System Red Green Blue C M Y K H S L
Decimal 186 54 54 0 0.71 0.71 0.27 0 0.55 0.47
Hex BA 36 36 0 47 47 1B 0 37 2F
Octal 272 66 66 0 107 107 33 0 67 57
Binary 10111010 110110 110110 0 1000111 1000111 11011 0 110111 101111

Color Harmonies of #BA3636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3636

Black with #BA3636

Text Example


Text Example

White with #BA3636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3636; }

 p { color: rgb(186,54,54); }

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

background-color css

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

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

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

border-color css

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

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

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