Html Css Color HEX #BA3B36 Medium Carmine

📋 copy color: '#BA3B36'

red 186 ◦ green 59 ◦ blue 54

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

Shades of Medium Carmine #BA3B36

Tints of Medium Carmine #BA3B36

RGB

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

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

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

R = 62.21%
G = 19.73%
B = 18.06%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#BA3B36 (or 0xBA3B36) is known color: Medium Carmine. HEX triplet: BA, 3B and 36. RGB value is (186,59,54). Sum of RGB (Red+Green+Blue) = 186+59+54=299 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.21% from 299); Green value is 59 (23.44% from 255 or 19.73% from 299); Blue value is 54 (21.48% from 255 or 18.06% from 299); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3B36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3B36 is #45C4C9. Grayscale: #606060. Windows color (decimal): -4572362 or 3554234. OLE color: 3554234.

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

Color convert

RGB 186 59 54 -
CMYK 0 0.68 0.71 0.27
HSL 2.27º 0.55% 0.47% -
HSV(B) 2.27º 0.71% 0.73% -
XYZ 22.48 13.83 4.98 -
YUV 96.4 104.08 191.91 -
System Red Green Blue C M Y K H S L
Decimal 186 59 54 0 0.68 0.71 0.27 2.27 0.55 0.47
Hex BA 3B 36 0 44 47 1B 2 37 2F
Octal 272 73 66 0 104 107 33 2 67 57
Binary 10111010 111011 110110 0 1000100 1000111 11011 10 110111 101111

Color Harmonies of #BA3B36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3B36

Black with #BA3B36

Text Example


Text Example

White with #BA3B36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3B36; }

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

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

background-color css

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

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

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

border-color css

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

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

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