Html Css Color HEX #BA3B34 Medium Carmine

📋 copy color: '#BA3B34'

red 186 ◦ green 59 ◦ blue 52

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

Shades of Medium Carmine #BA3B34

Tints of Medium Carmine #BA3B34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 17.51%

R = 62.63%
G = 19.87%
B = 17.51%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#BA3B34 (or 0xBA3B34) is known color: Medium Carmine. HEX triplet: BA, 3B and 34. RGB value is (186,59,52). Sum of RGB (Red+Green+Blue) = 186+59+52=297 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.63% from 297); Green value is 59 (23.44% from 255 or 19.87% from 297); Blue value is 52 (20.70% from 255 or 17.51% from 297); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3B34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3B34 is #45C4CB. Grayscale: #606060. Windows color (decimal): -4572364 or 3423162. OLE color: 3423162.

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

Color convert

RGB 186 59 52 -
CMYK 0 0.68 0.72 0.27
HSL 3.13º 0.56% 0.47% -
HSV(B) 3.13º 0.72% 0.73% -
XYZ 22.43 13.81 4.73 -
YUV 96.18 103.08 192.07 -
System Red Green Blue C M Y K H S L
Decimal 186 59 52 0 0.68 0.72 0.27 3.13 0.56 0.47
Hex BA 3B 34 0 44 48 1B 3 38 2F
Octal 272 73 64 0 104 110 33 3 70 57
Binary 10111010 111011 110100 0 1000100 1001000 11011 11 111000 101111

Color Harmonies of #BA3B34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3B34

Black with #BA3B34

Text Example


Text Example

White with #BA3B34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3B34; }

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

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

background-color css

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

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

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

border-color css

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

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

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