Html Css Color HEX #BA3B33 Medium Carmine

📋 copy color: '#BA3B33'

red 186 ◦ green 59 ◦ blue 51

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

Shades of Medium Carmine #BA3B33

Tints of Medium Carmine #BA3B33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 17.23%

R = 62.84%
G = 19.93%
B = 17.23%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#BA3B33 (or 0xBA3B33) is known color: Medium Carmine. HEX triplet: BA, 3B and 33. RGB value is (186,59,51). Sum of RGB (Red+Green+Blue) = 186+59+51=296 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.84% from 296); Green value is 59 (23.44% from 255 or 19.93% from 296); Blue value is 51 (20.31% from 255 or 17.23% from 296); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3B33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3B33 is #45C4CC. Grayscale: #606060. Windows color (decimal): -4572365 or 3357626. OLE color: 3357626.

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

Color convert

RGB 186 59 51 -
CMYK 0 0.68 0.73 0.27
HSL 3.56º 0.57% 0.46% -
HSV(B) 3.56º 0.73% 0.73% -
XYZ 22.41 13.81 4.62 -
YUV 96.06 102.58 192.15 -
System Red Green Blue C M Y K H S L
Decimal 186 59 51 0 0.68 0.73 0.27 3.56 0.57 0.46
Hex BA 3B 33 0 44 49 1B 4 39 2E
Octal 272 73 63 0 104 111 33 4 71 56
Binary 10111010 111011 110011 0 1000100 1001001 11011 100 111001 101110

Color Harmonies of #BA3B33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3B33

Black with #BA3B33

Text Example


Text Example

White with #BA3B33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3B33; }

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

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

background-color css

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

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

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

border-color css

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

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

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